Uses of Enum
picocli.CommandLine.TraceLevel
Packages that use CommandLine.TraceLevel
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.TraceLevel in picocli
Subclasses with type arguments of type CommandLine.TraceLevel in picocliModifier and TypeClassDescriptionstatic enumEnumerates over the trace level values for filtering which internal debug statements should be printed.Methods 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.static CommandLine.TraceLevelReturns 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.TraceLevelModifier and TypeMethodDescriptionbooleanCommandLine.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.