public class FormatSourceTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
FormatSourceTask() |
| 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 |
setMaxLineLength(int maxLineLength) |
void |
setPrintErrors(boolean printErrors) |
void |
setProcessorThreadCount(int processorThreadCount) |
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 setFormatCurrentBranch(boolean formatCurrentBranch)
public void setFormatLatestAuthor(boolean formatLatestAuthor)
public void setFormatLocalChanges(boolean formatLocalChanges)
public void setMaxLineLength(int maxLineLength)
public void setPrintErrors(boolean printErrors)
public void setProcessorThreadCount(int processorThreadCount)
public void setThrowException(boolean throwException)
public void setUseProperties(boolean useProperties)