public interface ConfigConstraint
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get a description of this constraint suitable for use in tooltips.
|
java.util.Set<java.lang.String> |
getKeys()
Get the set of keys this constriant applies to.
|
boolean |
isViolated(Config config)
Check if this constraint has been violated.
|
boolean isViolated(Config config)
config
- The Config object.java.lang.String getDescription()
java.util.Set<java.lang.String> getKeys()