Uses of Class
org.apache.commons.cli.DeprecatedAttributes
-
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.