Uses of Class
org.nwolfhub.easycli.model.Variable
Packages that use Variable
-
Uses of Variable in org.nwolfhub.easycli
Methods in org.nwolfhub.easycli that return types with arguments of type VariableModifier and TypeMethodDescriptionEasyCLI.getVariables()Returns a list of all variables processed by the variable processor.VariableProcessor.getVariables()Returns a new ArrayList containing all variables in the list.Methods in org.nwolfhub.easycli with parameters of type VariableModifier and TypeMethodDescriptionvoidEasyCLI.addVariable(Variable v) Adds a new variable to the list of variables processed by the variable processor.voidVariableProcessor.addVariable(Variable v) Adds a new variable to the list of variables. -
Uses of Variable in org.nwolfhub.easycli.model
Methods in org.nwolfhub.easycli.model that return types with arguments of type VariableModifier and TypeMethodDescriptionTemplate.getVariables()Returns a list of all variables processed by the variable processor.Methods in org.nwolfhub.easycli.model with parameters of type VariableModifier and TypeMethodDescriptionTemplate.addVariable(Variable v) Adds a new variable to the list of variables processed by the variable processor.