Uses of Class
dev.mahe.copperlace.Copperlace
-
Uses of Copperlace in dev.mahe.copperlace
Methods in dev.mahe.copperlace that return CopperlaceModifier and TypeMethodDescriptionstatic CopperlaceLoads and compiles a configuration file into a reusable renderer.static CopperlaceLoads and compiles a configuration file into a reusable renderer.static 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 CopperlaceCopperlace.fromString(String config) Compiles a configuration string into a reusable renderer.static CopperlaceCopperlace.fromStringWithProcessors(String config, Map<String, CopperlaceProcessor> processors) Compiles a configuration string into a reusable renderer with custom processors.