Uses of Class
picocli.CommandLine.Tracer
-
Packages that use CommandLine.Tracer Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.Tracer in picocli
Fields in picocli declared as CommandLine.Tracer Modifier and Type Field Description private CommandLine.Tracer
CommandLine. tracer
Methods in picocli with parameters of type CommandLine.Tracer Modifier and Type Method Description (package private) void
CommandLine.ParseResult.GroupMatch. addMatchedValue(CommandLine.Model.ArgSpec argSpec, int matchPosition, java.lang.Object stronglyTypedValue, CommandLine.Tracer tracer)
private void
CommandLine.Model.CommandSpec. addOptionNegative(CommandLine.Model.OptionSpec option, CommandLine.Tracer tracer)
(package private) void
CommandLine.Model.ArgSpec. applyInitialValue(CommandLine.Tracer tracer)
(package private) static boolean
CommandLine.BuiltIn. excluded(java.lang.String fqcn, CommandLine.Tracer tracer)
(package private) static void
CommandLine.BuiltIn. handle(java.lang.Exception e, java.lang.String fqcn, CommandLine.Tracer tracer)
private void
CommandLine.TraceLevel. print(CommandLine.Tracer tracer, java.lang.String msg, java.lang.Object... params)
(package private) boolean
CommandLine.Model.CommandSpec. resemblesOption(java.lang.String arg, CommandLine.Tracer tracer)
-