Reporter.SetLocationReport.Location| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.io.File> |
prebuild |
private java.lang.String |
prefix |
private java.io.File |
projectLocation |
private java.lang.String |
separator |
private java.io.File |
workspaceLocation |
errors, exceptions, messages, onfail, pedantic, progress, properties, reporter, trace, warnings, workspaceProps| Constructor and Description |
|---|
EclipseTask() |
| Modifier and Type | Method and Description |
|---|---|
private void |
addCareful(java.util.List<java.io.File> result,
java.util.Collection<java.io.File> projects) |
protected void |
addProperty(java.lang.String n,
java.lang.String v) |
void |
execute() |
void |
setPrebuild(java.lang.String prebuild) |
void |
setPrefix(java.lang.String prefix) |
void |
setProjectLocation(java.io.File projectLocation) |
void |
setSeparator(java.lang.String separator) |
void |
setWorkspaceLocation(java.io.File workspaceLocation) |
addProperty, addWsproperty, error, exception, getErrors, getFile, getLocation, getWarnings, isExceptions, isOk, isPedantic, isTrace, join, progress, report, report, setExceptions, setPedantic, setTrace, split, trace, warningbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprivate java.lang.String prefix
private java.util.List<java.io.File> prebuild
private java.io.File workspaceLocation
private java.lang.String separator
private java.io.File projectLocation
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionprivate void addCareful(java.util.List<java.io.File> result,
java.util.Collection<java.io.File> projects)
protected void addProperty(java.lang.String n,
java.lang.String v)
public void setPrefix(java.lang.String prefix)
public void setPrebuild(java.lang.String prebuild)
public void setSeparator(java.lang.String separator)
public void setProjectLocation(java.io.File projectLocation)
public void setWorkspaceLocation(java.io.File workspaceLocation)