Uses of Class
picocli.CommandLine.TraceLevel
-
Packages that use CommandLine.TraceLevel Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletionfunctionality. -
-
Uses of CommandLine.TraceLevel in picocli
Methods in picocli that return CommandLine.TraceLevel Modifier and Type Method Description CommandLine.TraceLevelCommandLine.Tracer. getLevel()Returns the trace level that needs to be matched or exceeded for internal tracing statements to be printed.static CommandLine.TraceLevelCommandLine.TraceLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandLine.TraceLevel[]CommandLine.TraceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in picocli with parameters of type CommandLine.TraceLevel Modifier and Type Method Description booleanCommandLine.TraceLevel. isEnabled(CommandLine.TraceLevel other)Returns whether messages at the specifiedothertrace level would be printed for the current trace level.voidCommandLine.Tracer. setLevel(CommandLine.TraceLevel level)Sets the trace level that needs to be matched or exceeded for internal tracing statements to be printed.
-