Package org.apache.rat
Enum OptionCollection.ArgumentType
- All Implemented Interfaces:
Serializable
,Comparable<OptionCollection.ArgumentType>
- Enclosing class:
OptionCollection
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA generic argument.A Counter pattern nameA directory or archive.A matching expression.A license family id.A plain file.An Integer.A license filter.A license id.A log level.No argument.A processing type.A standard collection name.A style sheet. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static OptionCollection.ArgumentType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FILE
A plain file. -
INTEGER
An Integer. -
DIRORARCHIVE
A directory or archive. -
EXPRESSION
A matching expression. -
LICENSEFILTER
A license filter. -
LOGLEVEL
A log level. -
PROCESSINGTYPE
A processing type. -
STYLESHEET
A style sheet. -
LICENSEID
A license id. -
FAMILYID
A license family id. -
STANDARDCOLLECTION
A standard collection name. -
COUNTERPATTERN
A Counter pattern name -
ARG
A generic argument. -
NONE
No argument.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getDisplayName
-
description
-