java.lang.Cloneable
public class ProjectHelperTask extends Task
description, location, project
Constructor | Description |
---|---|
ProjectHelperTask() |
Modifier and Type | Method | Description |
---|---|---|
void |
addConfigured(ProjectHelper projectHelper) |
|
void |
execute() |
Called by the project to let the task do its work.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void addConfigured(ProjectHelper projectHelper)
public void execute() throws BuildException
Task
execute
in class Task
BuildException
- if something goes wrong with the build.