Uses of Class
org.apache.commons.cli.DeprecatedAttributes
-
Packages that use DeprecatedAttributes Package Description org.apache.commons.cli 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 DeprecatedAttributes Modifier and Type Method Description DeprecatedAttributesDeprecatedAttributes.Builder. get()DeprecatedAttributesOption. getDeprecated()Gets deprecated attributes if any.Methods in org.apache.commons.cli with parameters of type DeprecatedAttributes Modifier and Type Method Description Option.BuilderOption.Builder. deprecated(DeprecatedAttributes deprecated)Sets whether the Option is deprecated.
-