Uses of Class
picocli.CommandLine.Tracer
-
Uses of CommandLine.Tracer in picocli
Fields in picocli declared as CommandLine.TracerMethods in picocli that return CommandLine.TracerModifier and TypeMethodDescriptionstatic CommandLine.Tracer
CommandLine.tracer()
Returns theTracer
used internally for printing internal debug statements.Methods in picocli with parameters of type CommandLine.TracerModifier and TypeMethodDescriptionprivate void
CommandLine.Model.CommandSpec.addAlias
(String alias, String name, CommandLine subCommandLine, CommandLine.Tracer t) (package private) void
CommandLine.ParseResult.GroupMatch.addMatchedValue
(CommandLine.Model.ArgSpec argSpec, int matchPosition, Object stronglyTypedValue, CommandLine.Tracer tracer) private void
CommandLine.Model.CommandSpec.addOptionNegative
(CommandLine.Model.OptionSpec option, CommandLine.Tracer tracer) private void
CommandLine.TraceLevel.print
(CommandLine.Tracer tracer, String msg, Object... params) CommandLine.RunAll.recursivelyExecuteUserObject
(CommandLine.ParseResult parseResult, List<Object> result, CommandLine.Tracer t) private void
CommandLine.Model.CommandSpec.removeAlias
(String alias, CommandLine subCommandLine, CommandLine.Tracer t)