Uses of Class
org.apache.commons.cli.DeprecatedAttributes
-
Uses of DeprecatedAttributes in org.apache.commons.cli
Fields in org.apache.commons.cli declared as DeprecatedAttributesModifier and TypeFieldDescription(package private) static final DeprecatedAttributes
DeprecatedAttributes.DEFAULT
The default value for a DeprecatedAttributes.private DeprecatedAttributes
Option.Builder.deprecated
Specifies whether this option is deprecated.private final DeprecatedAttributes
Option.deprecated
Specifies whether this option is deprecated, may be null.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.