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_LATEST_AUTHOR |
static boolean |
FORMAT_LOCAL_CHANGES |
static java.lang.String |
OUTPUT_KEY_MODIFIED_FILES |
static boolean |
PRINT_ERRORS |
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() |
java.util.List<java.lang.String> |
getRecentChangesFileNames() |
boolean |
isAutoFix() |
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 |
setFormatLatestAuthor(boolean formatLatestAuthor) |
void |
setFormatLocalChanges(boolean formatLocalChanges) |
void |
setPrintErrors(boolean printErrors) |
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_LATEST_AUTHOR
public static final boolean FORMAT_LOCAL_CHANGES
public static final java.lang.String OUTPUT_KEY_MODIFIED_FILES
public static final boolean PRINT_ERRORS
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 java.util.List<java.lang.String> getRecentChangesFileNames()
public boolean isAutoFix()
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 setFormatLatestAuthor(boolean formatLatestAuthor)
public void setFormatLocalChanges(boolean formatLocalChanges)
public void setPrintErrors(boolean printErrors)
public void setRecentChangesFileNames(java.util.List<java.lang.String> recentChangesFileNames)
public void setThrowException(boolean throwException)
public void setUseProperties(boolean useProperties)