public class SourceFormatterTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
SourceFormatterTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet fileSet) |
void |
execute() |
void |
setAutoFix(boolean autoFix) |
void |
setBaseDir(java.lang.String baseDir) |
void |
setCopyright(java.lang.String copyright) |
void |
setFileNames(java.lang.String fileNames) |
void |
setPrintErrors(boolean printErrors) |
void |
setThrowException(boolean throwException) |
void |
setUseProperties(boolean useProperties) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void addFileset(org.apache.tools.ant.types.FileSet fileSet)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void setAutoFix(boolean autoFix)
public void setBaseDir(java.lang.String baseDir)
public void setCopyright(java.lang.String copyright)
public void setFileNames(java.lang.String fileNames)
public void setPrintErrors(boolean printErrors)
public void setThrowException(boolean throwException)
public void setUseProperties(boolean useProperties)