Uses of Class
org.eclipse.ant.core.Task
Packages that use Task
Package
Description
Provides support for running the Ant build tool in the platform.
-
Uses of Task in org.eclipse.ant.core
Methods in org.eclipse.ant.core that return TaskModifier and TypeMethodDescriptionprotected Task[]AntCorePreferences.extractTasks(Preferences prefs, String[] tasks) Task[]AntCorePreferences.getCustomTasks()Returns the user defined custom tasksMethods in org.eclipse.ant.core that return types with arguments of type TaskModifier and TypeMethodDescriptionAntCorePreferences.computeDefaultTasks(List<IConfigurationElement> tasks) Returns the complete list of pre-configuredTasksAntCorePreferences.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.Methods in org.eclipse.ant.core with parameters of type TaskModifier and TypeMethodDescriptionvoidAntCorePreferences.setCustomTasks(Task[] tasks) Sets the user defined custom tasks.