Uses of Class
org.eclipse.ant.core.Task
Package
Description
Provides support for running the Ant build tool in the platform.
-
Uses of Task in org.eclipse.ant.core
Modifier and TypeMethodDescriptionprotected Task[]
AntCorePreferences.extractTasks
(Preferences prefs, String[] tasks) Task[]
AntCorePreferences.getCustomTasks()
Returns the user defined custom tasksModifier and TypeMethodDescriptionAntCorePreferences.computeDefaultTasks
(List<IConfigurationElement> tasks) Returns the complete list of pre-configuredTask
sAntCorePreferences.getDefaultTasks()
Returns the default tasks defined via the task extension pointAntCorePreferences.getRemoteTasks()
Returns the default and custom tasks that are relevant when there is no Eclipse runtime context (an Ant build in a separate VM).AntCorePreferences.getTasks()
Returns the default and custom tasks.Modifier and TypeMethodDescriptionvoid
AntCorePreferences.setCustomTasks
(Task[] tasks) Sets the user defined custom tasks.