Uses of Class
org.nwolfhub.easycli.model.Template
Packages that use Template
-
Uses of Template in org.nwolfhub.easycli
Fields in org.nwolfhub.easycli declared as TemplateModifier and TypeFieldDescriptionstatic TemplateDefaults.boxedTextstatic TemplateDefaults.carriageReturnstatic TemplateDefaults.defaultTemplatestatic TemplateDefaults.loggingTemplateMethods in org.nwolfhub.easycli that return types with arguments of type TemplateMethods in org.nwolfhub.easycli with parameters of type TemplateModifier and TypeMethodDescriptionvoidEasyCLI.addTemplate(String name, Template template) voidEasyCLI.addTemplate(Template template) voidEasyCLI.addTemplate(Template template, String name) voidvoidvoidEasyCLI.printAtLevel(String text, Template template, Level level) voidEasyCLI.printAtLevel(Template template, Level level, Object... objects) -
Uses of Template in org.nwolfhub.easycli.model
Methods in org.nwolfhub.easycli.model that return TemplateModifier and TypeMethodDescriptionTemplate.addVariable(Variable v) Adds a new variable to the list of variables processed by the variable processor.Template.clearVariables()Clears all the variables in the list of variables processed by the variable processor.Template.removeVariable(int index) Removes the variable at the specified index from the list of variables processed by the variable processor.sets a name for the template that can be used later to use it in EasyCLITemplate.setPostfix(String postfix) Sets the postfix value.Sets the prefix value.