Package | Description |
---|---|
org.eclipse.ant.core |
Provides support for running the Ant build tool in the platform.
|
Modifier and Type | Method and Description |
---|---|
protected Property[] |
AntCorePreferences.extractProperties(Preferences prefs,
String[] properties) |
Property[] |
AntCorePreferences.getCustomProperties()
Returns the custom user properties specified for Ant builds.
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
AntCorePreferences.getDefaultProperties()
Returns the default properties defined via the properties extension point
|
List<Property> |
AntCorePreferences.getProperties()
Returns the default and custom properties.
|
List<Property> |
AntCorePreferences.getRemoteAntProperties()
Returns the default and custom properties that are relevant when there is no Eclipse runtime context (Ant build in a separate VM).
|
Modifier and Type | Method and Description |
---|---|
void |
AntCorePreferences.setCustomProperties(Property[] properties)
Sets the custom user properties specified for Ant builds.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.