Uses of Class
eu.bandm.tools.expander.ParameterExpander.Value
Packages that use ParameterExpander.Value
Package
Description
Processor for parameter substitution in character streams.
-
Uses of ParameterExpander.Value in eu.bandm.tools.expander
Fields in eu.bandm.tools.expander declared as ParameterExpander.ValueModifier and TypeFieldDescriptionstatic final ParameterExpander.Value
ParameterExpander.Value.EMPTY
The value containing empty substitution text.Methods in eu.bandm.tools.expander that return ParameterExpander.ValueModifier and TypeMethodDescriptionstatic ParameterExpander.Value
Creates a value with the given substitution text.Methods in eu.bandm.tools.expander that return types with arguments of type ParameterExpander.ValueMethod parameters in eu.bandm.tools.expander with type arguments of type ParameterExpander.ValueModifier and TypeMethodDescription(package private) static void
ParameterExpander.parseArgument
(String arg, List<String> inputs, Consumer<String> receiveWarnings, Map<ParameterExpander.Parameter, ParameterExpander.Value> substitution) Analyses one command line argument and puts it to the given substituion map or the list of inputs, depending on an appearing'='
.