Uses of Class
org.apache.commons.cli.DeprecatedAttributes
Packages that use DeprecatedAttributes
Package
Description
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
-
Uses of DeprecatedAttributes in org.apache.commons.cli
Methods in org.apache.commons.cli that return DeprecatedAttributesModifier and TypeMethodDescriptionDeprecatedAttributes.Builder.get()
Option.getDeprecated()
Gets deprecated attributes if any.Methods in org.apache.commons.cli with parameters of type DeprecatedAttributesModifier and TypeMethodDescriptionOption.Builder.deprecated
(DeprecatedAttributes deprecated) Sets whether the Option is deprecated.