Package | Description |
---|---|
org.eclipse.ant.core |
Provides support for running the Ant build tool in the platform.
|
Modifier and Type | Method and Description |
---|---|
protected Task[] |
AntCorePreferences.extractTasks(Preferences prefs,
String[] tasks) |
Task[] |
AntCorePreferences.getCustomTasks()
Returns the user defined custom tasks
|
Modifier and Type | Method and Description |
---|---|
protected List<Task> |
AntCorePreferences.computeDefaultTasks(List<IConfigurationElement> tasks)
Returns the complete list of pre-configured
Task s |
List<Task> |
AntCorePreferences.getDefaultTasks()
Returns the default tasks defined via the task extension point
|
List<Task> |
AntCorePreferences.getRemoteTasks()
Returns the default and custom tasks that are relevant when there is no Eclipse runtime context (an Ant build in a separate VM).
|
List<Task> |
AntCorePreferences.getTasks()
Returns the default and custom tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
AntCorePreferences.setCustomTasks(Task[] tasks)
Sets the user defined custom tasks.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.