Uses of Class
org.apache.logging.log4j.core.tools.picocli.CommandLine.Option
-
Packages that use CommandLine.Option Package Description org.apache.log4j.config Log4j 1.x compatibility layer.org.apache.logging.log4j.core.tools Log4j 2 command line tools.org.apache.logging.log4j.core.tools.picocli -
-
Uses of CommandLine.Option in org.apache.log4j.config
Fields in org.apache.log4j.config with annotations of type CommandLine.Option Modifier and Type Field Description private booleanLog4j1ConfigurationConverter.CommandLineArguments. failFastprivate java.nio.file.PathLog4j1ConfigurationConverter.CommandLineArguments. pathInprivate java.nio.file.PathLog4j1ConfigurationConverter.CommandLineArguments. pathOutprivate java.nio.file.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 Modifier and Type Field Description private booleanBasicCommandLineArguments. help -
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.Option Modifier and Type Method Description CommandLine.Help.Ansi.Text[][]CommandLine.Help.DefaultOptionRenderer. render(CommandLine.Option option, java.lang.reflect.Field field, CommandLine.Help.IParamLabelRenderer paramLabelRenderer, CommandLine.Help.ColorScheme scheme)CommandLine.Help.Ansi.Text[][]CommandLine.Help.IOptionRenderer. render(CommandLine.Option option, java.lang.reflect.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.Ansi.Text[][]CommandLine.Help.MinimalOptionRenderer. render(CommandLine.Option option, java.lang.reflect.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, java.lang.String requiredOption, java.lang.String shortOption, CommandLine.Help.Ansi.Text longOptionText, java.lang.Object defaultValue)
-