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 |
setFormatCurrentBranch(boolean formatCurrentBranch) |
void |
setFormatLatestAuthor(boolean formatLatestAuthor) |
void |
setFormatLocalChanges(boolean formatLocalChanges) |
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, setTaskType
public 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.Task
org.apache.tools.ant.BuildException
public 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 setFormatCurrentBranch(boolean formatCurrentBranch)
public void setFormatLatestAuthor(boolean formatLatestAuthor)
public void setFormatLocalChanges(boolean formatLocalChanges)
public void setPrintErrors(boolean printErrors)
public void setThrowException(boolean throwException)
public void setUseProperties(boolean useProperties)