Uses of Class
org.apache.commons.cli.HelpFormatter.Builder
-
Packages that use HelpFormatter.Builder Package Description org.apache.commons.cli Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface. -
-
Uses of HelpFormatter.Builder in org.apache.commons.cli
Methods in org.apache.commons.cli that return HelpFormatter.Builder Modifier and Type Method Description static HelpFormatter.BuilderHelpFormatter. builder()Deprecated.Creates a new builder.HelpFormatter.BuilderHelpFormatter.Builder. setPrintWriter(java.io.PrintWriter printWriter)Sets the output PrintWriter, defaults to wrappingSystem.out.HelpFormatter.BuilderHelpFormatter.Builder. setShowDeprecated(boolean useDefaultFormat)Sets whether to show deprecated options.HelpFormatter.BuilderHelpFormatter.Builder. setShowDeprecated(java.util.function.Function<Option,java.lang.String> deprecatedFormatFunction)Sets whether to show deprecated options.HelpFormatter.BuilderHelpFormatter.Builder. setShowSince(boolean showSince)Sets whether to show the date the option was first added.
-