Uses of Class
dev.mahe.copperlace.RuleSet
-
Uses of RuleSet in dev.mahe.copperlace
Methods in dev.mahe.copperlace that return RuleSetModifier and TypeMethodDescriptionstatic RuleSetLoads and compiles a configuration file into a reusable ruleset.static RuleSetRuleSet.fromFileWithProcessors(Path path, Map<String, CopperlaceProcessor> processors) Loads and compiles a configuration file into a reusable ruleset with custom processors.static RuleSetRuleSet.fromString(String config) Compiles a configuration string into a reusable ruleset.static RuleSetRuleSet.fromStringWithProcessors(String config, Map<String, CopperlaceProcessor> processors) Compiles a configuration string into a reusable ruleset with custom processors.