Class | Description |
---|---|
AbstractGetProjectPathTask |
Abstract base class for all tasks that resolve pathes from an eclipse project.
|
AbstractProjectBasedTask |
Abstract base class for all project based tasks.
|
ExecuteBuildersTask |
ExecuteBuildersTask -- Calls for each builder defined in the project's
.project file an Ant target. |
GetCSourcePathTask |
A task that is used to retrieve the source path of a C/C++ project.
|
GetEclipseClassPathTask | |
GetIncludePathTask |
A task that is used to retrieve the include path of a C/C++ project.
|
GetOutputPathTask | |
GetReferencedProjectsTask |
Returns all referenced projects of a specified project
|
GetReferencedProjectsTask.NonJavaProjectHandling | |
GetSourcePathTask |
Can be used to resolve the source path of a given eclipse java or c project.
|