Uses of Enum Class
org.apache.rat.commandline.Arg
Packages that use Arg
Package
Description
The base package for the RAT Apache Ant Task Library.
Helper classes for command line processing.
Contains ancillary enhanced options for the various RAT interfaces.
The base package for the RAT Maven plugin.
Classes that support UI generation and interoperability.
-
Uses of Arg in org.apache.rat.anttasks
Methods in org.apache.rat.anttasks with parameters of type Arg -
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.documentation.options
Methods in org.apache.rat.documentation.options with parameters of type ArgModifier and TypeMethodDescription -
Uses of Arg in org.apache.rat.mp
Methods in org.apache.rat.mp with parameters of type Arg -
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.