Uses of Interface
dev.mahe.copperlace.CopperlaceProcessor
-
Uses of CopperlaceProcessor in dev.mahe.copperlace
Method parameters in dev.mahe.copperlace with type arguments of type CopperlaceProcessorModifier and TypeMethodDescriptionstatic CopperlaceCopperlace.fromFileWithProcessors(String path, Map<String, CopperlaceProcessor> processors) Loads and compiles a configuration file into a reusable renderer with custom processors.static CopperlaceCopperlace.fromFileWithProcessors(Path path, Map<String, CopperlaceProcessor> processors) Loads and compiles a configuration file into a reusable renderer with custom processors.static RuleSetRuleSet.fromFileWithProcessors(Path path, Map<String, CopperlaceProcessor> processors) Loads and compiles a configuration file into a reusable ruleset with custom processors.static CopperlaceCopperlace.fromStringWithProcessors(String config, Map<String, CopperlaceProcessor> processors) Compiles a configuration string into a reusable renderer with custom processors.static RuleSetRuleSet.fromStringWithProcessors(String config, Map<String, CopperlaceProcessor> processors) Compiles a configuration string into a reusable ruleset with custom processors.static StringCopperlace.renderFileWithProcessors(String path, String rule, Map<String, CopperlaceProcessor> processors) Renders one rule from a configuration file with custom processors.static StringCopperlace.renderFileWithProcessors(Path path, String rule, Map<String, CopperlaceProcessor> processors) Renders one rule from a configuration file with custom processors.static StringCopperlace.renderStringWithProcessors(String config, String rule, Map<String, CopperlaceProcessor> processors) Renders one rule from a configuration string with custom processors.