Uses of Class
org.eclipse.ant.core.Type
Packages that use Type
Package
Description
Provides support for running the Ant build tool in the platform.
-
Uses of Type in org.eclipse.ant.core
Methods in org.eclipse.ant.core that return TypeModifier and TypeMethodDescriptionprotected Type[]
AntCorePreferences.extractTypes
(Preferences prefs, String[] types) Type[]
AntCorePreferences.getCustomTypes()
Returns the user defined custom typesMethods in org.eclipse.ant.core that return types with arguments of type TypeModifier and TypeMethodDescriptionAntCorePreferences.computeDefaultTypes
(List<IConfigurationElement> types) Returns the complete listing of pre-configuredType
sAntCorePreferences.getDefaultTypes()
Returns the default types defined via the type extension pointAntCorePreferences.getRemoteTypes()
Returns the default and custom types that are relevant when there is no Eclipse runtime context (an Ant build in a separate VM).AntCorePreferences.getTypes()
Returns the default and custom types.Methods in org.eclipse.ant.core with parameters of type TypeModifier and TypeMethodDescriptionvoid
AntCorePreferences.setCustomTypes
(Type[] types) Sets the user defined custom types.