Uses of Class
org.apache.commons.cli.DeprecatedAttributes
-
-
Uses of DeprecatedAttributes in org.apache.commons.cli
Fields in org.apache.commons.cli declared as DeprecatedAttributes Modifier and Type Field Description (package private) static DeprecatedAttributes
DeprecatedAttributes. DEFAULT
The default value for a DeprecatedAttributes.private DeprecatedAttributes
Option.Builder. deprecated
Specifies whether this option is deprecated.private DeprecatedAttributes
Option. deprecated
Specifies whether this option is deprecated, may be null.Methods in org.apache.commons.cli that return DeprecatedAttributes Modifier and Type Method Description DeprecatedAttributes
DeprecatedAttributes.Builder. get()
DeprecatedAttributes
Option. getDeprecated()
Gets deprecated attributes if any.Methods in org.apache.commons.cli with parameters of type DeprecatedAttributes Modifier and Type Method Description Option.Builder
Option.Builder. deprecated(DeprecatedAttributes deprecated)
Sets whether the Option is deprecated.
-