Package picocli
Class CommandLine.Model.Interpolator
java.lang.Object
picocli.CommandLine.Model.Interpolator
- Enclosing class:
CommandLine.Model
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CommandLine.Model.CommandSpec
private final Map
<String, CommandLine.Model.Interpolator.ILookup> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
bundleValue
(ResourceBundle rb, String key) private int
findClosingBrace
(String text, int start) private int
findOpeningDollar
(String text, String prefix, int start) interpolate
(String original) String[]
interpolate
(String[] values) interpolateCommandName
(String original) private String
-
Field Details
-
commandSpec
-
lookups
-
-
Constructor Details
-
Interpolator
-
-
Method Details
-
bundleValue
-
interpolate
-
interpolate
-
interpolateCommandName
-
resolveLookups
-
findOpeningDollar
-
findClosingBrace
-