Uses of Class
org.eclipse.ant.core.Type
-
Packages that use Type Package Description org.eclipse.ant.core 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 Type Modifier and Type Method Description protected 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 Type Modifier and Type Method Description protected List<Type>
AntCorePreferences. computeDefaultTypes(List<IConfigurationElement> types)
Returns the complete listing of pre-configuredType
sList<Type>
AntCorePreferences. getDefaultTypes()
Returns the default types defined via the type extension pointList<Type>
AntCorePreferences. getRemoteTypes()
Returns the default and custom types that are relevant when there is no Eclipse runtime context (an Ant build in a separate VM).List<Type>
AntCorePreferences. getTypes()
Returns the default and custom types.Methods in org.eclipse.ant.core with parameters of type Type Modifier and Type Method Description void
AntCorePreferences. setCustomTypes(Type[] types)
Sets the user defined custom types.
-