Uses of Enum Class
org.apache.rat.commandline.Arg

Packages that use Arg
Package
Description
Helper classes for command line processing.
  • Uses of Arg in org.apache.rat.commandline

    Subclasses with type arguments of type Arg in org.apache.rat.commandline
    Modifier and Type
    Class
    Description
    enum 
    An enumeration of options.
    Methods in org.apache.rat.commandline that return Arg
    Modifier and Type
    Method
    Description
    static Arg
    Arg.findArg(String key)
    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
    Arg.valueOf(String name)
    Returns 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.