public class DiffConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DiffConfig.RenameDetectionType
Permissible values for
diff.renames . |
Modifier and Type | Field and Description |
---|---|
static Config.SectionParser<DiffConfig> |
KEY
Key for
Config.get(SectionParser) . |
private boolean |
noPrefix |
private DiffConfig.RenameDetectionType |
renameDetectionType |
private int |
renameLimit |
Modifier | Constructor and Description |
---|---|
private |
DiffConfig(Config rc) |
Modifier and Type | Method and Description |
---|---|
DiffConfig.RenameDetectionType |
getRenameDetectionType()
Get the rename detection type
|
int |
getRenameLimit()
Get the rename limit
|
boolean |
isNoPrefix()
If prefix should be suppressed
|
boolean |
isRenameDetectionEnabled()
If rename detection is enabled
|
private static DiffConfig.RenameDetectionType |
parseRenameDetectionType(java.lang.String renameString) |
public static final Config.SectionParser<DiffConfig> KEY
Config.get(SectionParser)
.private final boolean noPrefix
private final DiffConfig.RenameDetectionType renameDetectionType
private final int renameLimit
private DiffConfig(Config rc)
public boolean isNoPrefix()
public boolean isRenameDetectionEnabled()
public DiffConfig.RenameDetectionType getRenameDetectionType()
public int getRenameLimit()
private static DiffConfig.RenameDetectionType parseRenameDetectionType(java.lang.String renameString)