Package | Description |
---|---|
org.eclipse.ant.core |
Provides support for running the Ant build tool in the platform.
|
Modifier and Type | Method and Description |
---|---|
protected Type[] |
AntCorePreferences.extractTypes(Preferences prefs,
String[] types) |
Type[] |
AntCorePreferences.getCustomTypes()
Returns the user defined custom types
|
Modifier and Type | Method and Description |
---|---|
protected List<Type> |
AntCorePreferences.computeDefaultTypes(List<IConfigurationElement> types)
Returns the complete listing of pre-configured
Type s |
List<Type> |
AntCorePreferences.getDefaultTypes()
Returns the default types defined via the type extension point
|
List<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.
|
Modifier and Type | Method and Description |
---|---|
void |
AntCorePreferences.setCustomTypes(Type[] types)
Sets the user defined custom types.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.