Uses of Enum Class
picocli.CommandLine.LookBehind
-
Uses of CommandLine.LookBehind in picocli
Methods in picocli that return CommandLine.LookBehindModifier and TypeMethodDescription(package private) static CommandLine.LookBehind
static CommandLine.LookBehind
Returns the enum constant of this class with the specified name.static CommandLine.LookBehind[]
CommandLine.LookBehind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in picocli with parameters of type CommandLine.LookBehindModifier and TypeMethodDescriptionprivate int
CommandLine.Interpreter.applyOption
(CommandLine.Model.ArgSpec argSpec, boolean negated, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, CommandLine.Range arity, Stack<String> args, Set<CommandLine.Model.ArgSpec> initialized, String argDescription) private int
CommandLine.Interpreter.applyValuesToArrayField
(CommandLine.Model.ArgSpec argSpec, boolean negated, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, CommandLine.Range arity, Stack<String> args, Set<CommandLine.Model.ArgSpec> initialized, String argDescription) private int
CommandLine.Interpreter.applyValuesToCollectionField
(CommandLine.Model.ArgSpec argSpec, boolean negated, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, CommandLine.Range arity, Stack<String> args, Set<CommandLine.Model.ArgSpec> initialized, String argDescription) private int
CommandLine.Interpreter.applyValuesToMapField
(CommandLine.Model.ArgSpec argSpec, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, CommandLine.Range arity, Stack<String> args, Set<CommandLine.Model.ArgSpec> initialized, String argDescription) private int
CommandLine.Interpreter.applyValueToSingleValuedField
(CommandLine.Model.ArgSpec argSpec, boolean negated, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, CommandLine.Range derivedArity, Stack<String> args, Set<CommandLine.Model.ArgSpec> initialized, String argDescription) private boolean
CommandLine.Interpreter.canConsumeOneArgument
(CommandLine.Model.ArgSpec argSpec, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, CommandLine.Range arity, int consumed, String arg, String argDescription) private boolean
CommandLine.Interpreter.canConsumeOneMapArgument
(CommandLine.Model.ArgSpec argSpec, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, CommandLine.Range arity, int consumed, String arg, Class<?>[] classes, CommandLine.ITypeConverter<?> keyConverter, CommandLine.ITypeConverter<?> valueConverter, String argDescription) CommandLine.Interpreter.consumeArguments
(CommandLine.Model.ArgSpec argSpec, boolean negated, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, boolean unquoted, CommandLine.Range arity, Stack<String> args, String argDescription) private void
CommandLine.Interpreter.consumeMapArguments
(CommandLine.Model.ArgSpec argSpec, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, CommandLine.Range arity, Stack<String> args, Map<Object, Object> result, String argDescription) private int
CommandLine.Interpreter.consumeOneArgument
(CommandLine.Model.ArgSpec argSpec, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, CommandLine.Range arity, int consumed, String arg, List<Object> result, int index, String argDescription) private void
CommandLine.Interpreter.consumeOneMapArgument
(CommandLine.Model.ArgSpec argSpec, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, CommandLine.Range arity, int consumed, String arg, Class<?>[] classes, CommandLine.ITypeConverter<?> keyConverter, CommandLine.ITypeConverter<?> valueConverter, Map<Object, Object> result, int index, String argDescription) private void
CommandLine.Interpreter.processStandaloneOption
(Collection<CommandLine.Model.ArgSpec> required, Set<CommandLine.Model.ArgSpec> initialized, String arg, boolean alreadyUnquoted, Stack<String> args, CommandLine.LookBehind lookBehind) private String[]
CommandLine.Interpreter.unquoteAndSplit
(CommandLine.Model.ArgSpec argSpec, CommandLine.LookBehind lookBehind, boolean alreadyUnquoted, CommandLine.Range arity, int consumed, String arg)