Uses of Interface
zombie.text.templating.IReplace
Packages that use IReplace
-
Uses of IReplace in zombie.text.templating
Classes in zombie.text.templating that implement IReplaceFields in zombie.text.templating with type parameters of type IReplaceMethods in zombie.text.templating that return IReplaceModifier and TypeMethodDescriptionIReplaceProvider.getReplacer
(String key) ReplaceProvider.getReplacer
(String key) Methods in zombie.text.templating with parameters of type IReplaceModifier and TypeMethodDescriptionvoid
ReplaceProvider.addReplacer
(String key, IReplace replace) void
ITemplateBuilder.RegisterKey
(String key, IReplace replace) static void
TemplateText.RegisterKey
(String key, IReplace replace) void
TemplateTextBuilder.RegisterKey
(String key, IReplace replace)