Uses of Enum Class
org.apache.rat.commandline.Arg
Packages that use Arg
Package
Description
Helper classes for command line processing.
Classes that support UI generation and interoperability.
-
Uses of Arg in org.apache.rat.commandline
Subclasses with type arguments of type Arg in org.apache.rat.commandlineModifier and TypeClassDescriptionenumAn enumeration of options that are recommended across all UIs.Methods in org.apache.rat.commandline that return ArgModifier and TypeMethodDescriptionstatic ArgFinds the Arg that contains an Option with the specified key.static ArgReturns the enum constant of this class with the specified name.static Arg[]Arg.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Arg in org.apache.rat.ui
Methods in org.apache.rat.ui with parameters of type ArgModifier and TypeMethodDescriptionUIOptionCollection.Builder.defaultValue(Arg arg, String value) Specify the default values for an Arg.final Optional<org.apache.commons.cli.Option> UIOptionCollection.getSelected(Arg arg) Gets the selected Option for the arg.final booleanUIOptionCollection.isSelected(Arg arg) Checks if an Arg is selected.UIOptionCollection.Builder.unsupported(Arg arg) Register multiple options as unsupported.