Uses of Enum
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

    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 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.