public class SourceFormatterArgs
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
AUTO_FIX |
static java.lang.String |
BASE_DIR_NAME |
static java.lang.String |
COPYRIGHT_FILE_NAME |
static boolean |
FORMAT_CURRENT_BRANCH |
static boolean |
FORMAT_LATEST_AUTHOR |
static boolean |
FORMAT_LOCAL_CHANGES |
static int |
MAX_LINE_LENGTH |
static java.lang.String |
OUTPUT_KEY_MODIFIED_FILES |
static boolean |
PRINT_ERRORS |
static int |
PROCESSOR_THREAD_COUNT |
static boolean |
THROW_EXCEPTION |
static boolean |
USE_PROPERTIES |
| Constructor and Description |
|---|
SourceFormatterArgs() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseDirName() |
java.lang.String |
getCopyrightFileName() |
java.util.List<java.lang.String> |
getFileNames() |
int |
getMaxLineLength() |
int |
getProcessorThreadCount() |
java.util.List<java.lang.String> |
getRecentChangesFileNames() |
boolean |
isAutoFix() |
boolean |
isFormatCurrentBranch() |
boolean |
isFormatLatestAuthor() |
boolean |
isFormatLocalChanges() |
boolean |
isPrintErrors() |
boolean |
isThrowException() |
boolean |
isUseProperties() |
void |
setAutoFix(boolean autoFix) |
void |
setBaseDirName(java.lang.String baseDirName) |
void |
setCopyrightFileName(java.lang.String copyrightFileName) |
void |
setFileNames(java.util.List<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 |
setRecentChangesFileNames(java.util.List<java.lang.String> recentChangesFileNames) |
void |
setThrowException(boolean throwException) |
void |
setUseProperties(boolean useProperties) |
public static final boolean AUTO_FIX
public static final java.lang.String BASE_DIR_NAME
public static final java.lang.String COPYRIGHT_FILE_NAME
public static final boolean FORMAT_CURRENT_BRANCH
public static final boolean FORMAT_LATEST_AUTHOR
public static final boolean FORMAT_LOCAL_CHANGES
public static final int MAX_LINE_LENGTH
public static final java.lang.String OUTPUT_KEY_MODIFIED_FILES
public static final boolean PRINT_ERRORS
public static final int PROCESSOR_THREAD_COUNT
public static final boolean THROW_EXCEPTION
public static final boolean USE_PROPERTIES
public java.lang.String getBaseDirName()
public java.lang.String getCopyrightFileName()
public java.util.List<java.lang.String> getFileNames()
public int getMaxLineLength()
public int getProcessorThreadCount()
public java.util.List<java.lang.String> getRecentChangesFileNames()
public boolean isAutoFix()
public boolean isFormatCurrentBranch()
public boolean isFormatLatestAuthor()
public boolean isFormatLocalChanges()
public boolean isPrintErrors()
public boolean isThrowException()
public boolean isUseProperties()
public void setAutoFix(boolean autoFix)
public void setBaseDirName(java.lang.String baseDirName)
public void setCopyrightFileName(java.lang.String copyrightFileName)
public void setFileNames(java.util.List<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 setRecentChangesFileNames(java.util.List<java.lang.String> recentChangesFileNames)
public void setThrowException(boolean throwException)
public void setUseProperties(boolean useProperties)