public class FormatSourceMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
FormatSourceMojo() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic 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)