Uses of Enum Class
org.apache.rat.api.EnvVar

Packages that use EnvVar
Package
Description
Key abstractions.
  • Uses of EnvVar in org.apache.rat.api

    Subclasses with type arguments of type EnvVar in org.apache.rat.api
    Modifier and Type
    Class
    Description
    enum 
    This enumeration contains and documents RAT-specific environment variables.
    Methods in org.apache.rat.api that return EnvVar
    Modifier and Type
    Method
    Description
    static EnvVar
    EnvVar.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static EnvVar[]
    EnvVar.values()
    Returns an array containing the constants of this enum class, in the order they are declared.