Uses of Enum Class
picocli.CommandLine.TraceLevel
-
Uses of CommandLine.TraceLevel in picocli
Fields in picocli declared as CommandLine.TraceLevelMethods in picocli that return CommandLine.TraceLevelModifier and TypeMethodDescriptionCommandLine.Tracer.getLevel()
Returns the trace level that needs to be matched or exceeded for internal tracing statements to be printed.(package private) static CommandLine.TraceLevel
static CommandLine.TraceLevel
Returns the enum constant of this class with the specified name.static CommandLine.TraceLevel[]
CommandLine.TraceLevel.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.TraceLevelModifier and TypeMethodDescriptionboolean
CommandLine.TraceLevel.isEnabled
(CommandLine.TraceLevel other) Returns whether messages at the specifiedother
trace level would be printed for the current trace level.void
CommandLine.Tracer.setLevel
(CommandLine.TraceLevel level) Sets the trace level that needs to be matched or exceeded for internal tracing statements to be printed.