Reporter.SetLocation
Report.Location
Modifier and Type | Field and Description |
---|---|
(package private) java.io.File |
basedir |
(package private) boolean |
print |
(package private) java.lang.String |
top |
errors, exceptions, messages, onfail, pedantic, progress, properties, reporter, trace, warnings, workspaceProps
Constructor and Description |
---|
PrepareTask() |
Modifier and Type | Method and Description |
---|---|
private void |
checkForTesting(Project project,
java.util.Properties properties) |
private void |
copyProperties(java.util.Properties flattened) |
void |
execute() |
boolean |
isPrint() |
void |
setBasedir(java.io.File basedir)
Set the base directory of the project.
|
void |
setPrint(boolean print)
Print out the properties when they are set in sorted order
|
void |
setTop(java.lang.String top)
Set the base directory of the project.
|
addProperty, addWsproperty, error, exception, getErrors, getFile, getLocation, getWarnings, isExceptions, isOk, isPedantic, isTrace, join, progress, report, report, setExceptions, setPedantic, setTrace, split, trace, warning
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 execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
private void checkForTesting(Project project, java.util.Properties properties) throws java.lang.Exception
java.lang.Exception
private void copyProperties(java.util.Properties flattened)
public boolean isPrint()
public void setPrint(boolean print)
print
- public void setBasedir(java.io.File basedir)
basedir
- public void setTop(java.lang.String top)
top
-