Uses of Annotation Type
org.apache.logging.log4j.core.tools.picocli.CommandLine.Option
Packages that use CommandLine.Option
Package
Description
Log4j 1.x compatibility layer.
Log4j 2 command line tools.
-
Uses of CommandLine.Option in org.apache.log4j.config
Fields in org.apache.log4j.config with annotations of type CommandLine.OptionModifier and TypeFieldDescriptionprivate booleanLog4j1ConfigurationConverter.CommandLineArguments.failFastprivate PathLog4j1ConfigurationConverter.CommandLineArguments.pathInprivate PathLog4j1ConfigurationConverter.CommandLineArguments.pathOutprivate PathLog4j1ConfigurationConverter.CommandLineArguments.recurseIntoPathprivate booleanLog4j1ConfigurationConverter.CommandLineArguments.verbose -
Uses of CommandLine.Option in org.apache.logging.log4j.core.tools
Fields in org.apache.logging.log4j.core.tools with annotations of type CommandLine.Option -
Uses of CommandLine.Option in org.apache.logging.log4j.core.tools.picocli
Methods in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.OptionModifier and TypeMethodDescriptionCommandLine.Help.DefaultOptionRenderer.render(CommandLine.Option option, Field field, CommandLine.Help.IParamLabelRenderer paramLabelRenderer, CommandLine.Help.ColorScheme scheme) CommandLine.Help.IOptionRenderer.render(CommandLine.Option option, Field field, CommandLine.Help.IParamLabelRenderer parameterLabelRenderer, CommandLine.Help.ColorScheme scheme) Returns a text representation of the specified Option and the Field that captures the option value.CommandLine.Help.MinimalOptionRenderer.render(CommandLine.Option option, Field field, CommandLine.Help.IParamLabelRenderer parameterLabelRenderer, CommandLine.Help.ColorScheme scheme) private CommandLine.Help.Ansi.Text[][]CommandLine.Help.DefaultOptionRenderer.renderDescriptionLines(CommandLine.Option option, CommandLine.Help.ColorScheme scheme, String requiredOption, String shortOption, CommandLine.Help.Ansi.Text longOptionText, Object defaultValue)