Uses of Enum
org.apache.rat.commandline.Arg
Packages that use Arg
-
Uses of Arg in org.apache.rat.commandline
Methods in org.apache.rat.commandline that return ArgModifier and TypeMethodDescriptionstatic Arg
Finds the Arg that contains an Option with the specified key.static Arg
Arg.findArg
(org.apache.commons.cli.Option optionToFind) Finds the Arg that an Option is in.static Arg
Returns the enum constant of this type with the specified name.static Arg[]
Arg.values()
Returns an array containing the constants of this enum type, in the order they are declared.