Interface RuleRegistry
-
- All Known Implementing Classes:
RuleRegistryImpl
public interface RuleRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPlugin(RuleConfig rule)booleanremove(RuleConfig rule)
-
-
-
Method Detail
-
addPlugin
void addPlugin(RuleConfig rule)
-
remove
boolean remove(RuleConfig rule)
-
-