public class MergeFeature extends FeatureProperty
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
CONFLICT |
|
static java.lang.String |
CUSTOM |
|
static java.lang.String |
IGNORE |
|
static java.lang.String |
OVERRIDE |
ALL, CLASSSTRING, CLASSVALUE, NAME| Modifier | Constructor | Description |
|---|---|---|
protected |
MergeFeature(Feature name) |
| Modifier and Type | Method | Description |
|---|---|---|
static MergeFeature |
createConflict() |
|
static MergeFeature |
createCustom() |
|
static MergeFeature |
createIgnore() |
|
static MergeFeature |
createOverride() |
|
SimpleEventCondition |
getCondition() |
|
MergeFeature |
withCondition(SimpleEventCondition condition) |
|
MergeFeature |
withStringValue(java.lang.String value) |
compareTo, equals, getClassValue, getClazzes, getName, getPath, getStringValue, getValue, hashCode, match, match, toString, withClazzValue, withExcludeClazz, withExcludeClazz, withIncludeClazz, withPathpublic static final java.lang.String IGNORE
public static final java.lang.String OVERRIDE
public static final java.lang.String CONFLICT
public static final java.lang.String CUSTOM
protected MergeFeature(Feature name)
public SimpleEventCondition getCondition()
public MergeFeature withCondition(SimpleEventCondition condition)
condition - the condition to setpublic MergeFeature withStringValue(java.lang.String value)
withStringValue in class FeaturePropertypublic static MergeFeature createIgnore()
public static MergeFeature createOverride()
public static MergeFeature createConflict()
public static MergeFeature createCustom()