public class FeatureProperty
extends java.lang.Object
| Constructor and Description |
|---|
FeatureProperty() |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashSet<java.lang.String> |
getPath() |
boolean |
match(java.lang.String clazzName) |
FeatureProperty |
withExclude(Clazz... value) |
FeatureProperty |
withExclude(java.lang.String... value) |
FeatureProperty |
withInclude(java.lang.String... value) |
FeatureProperty |
withPath(java.lang.String... value) |
public static final Clazz ALL
public boolean match(java.lang.String clazzName)
public FeatureProperty withPath(java.lang.String... value)
public FeatureProperty withInclude(java.lang.String... value)
public FeatureProperty withExclude(java.lang.String... value)
public FeatureProperty withExclude(Clazz... value)
public java.util.HashSet<java.lang.String> getPath()