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 DeprecatedAttributesDeprecatedAttributes.DEFAULTThe default value for a DeprecatedAttributes.private DeprecatedAttributesOption.Builder.deprecatedSpecifies whether this option is deprecated.private final DeprecatedAttributesOption.deprecatedSpecifies 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.