Uses of Enum
org.apache.rat.OptionCollection.ArgumentType
Packages that use OptionCollection.ArgumentType
Package
Description
The base package for the RAT tool.
Contains ancillary tools for the Rat program including code generators and name harmonization code.
-
Uses of OptionCollection.ArgumentType in org.apache.rat
Methods in org.apache.rat that return OptionCollection.ArgumentTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static OptionCollection.ArgumentType[]
OptionCollection.ArgumentType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OptionCollection.ArgumentType in org.apache.rat.tools
Fields in org.apache.rat.tools declared as OptionCollection.ArgumentTypeModifier and TypeFieldDescriptionprotected final OptionCollection.ArgumentType
AbstractOption.argumentType
The argument type for this optionMethods in org.apache.rat.tools that return OptionCollection.ArgumentTypeModifier and TypeMethodDescriptionAbstractOption.getArgType()
Gets the argument type if there is one.