Uses of Enum
org.apache.rat.OptionCollection.ArgumentType
Packages that use OptionCollection.ArgumentType
Package
Description
The base package for the RAT tool.
Contains ancillary enhanced options for the various RAT interfaces.
Contains velocity based tools and accessories.
-
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.documentation.options
Fields in org.apache.rat.documentation.options declared as OptionCollection.ArgumentTypeModifier and TypeFieldDescriptionprotected final OptionCollection.ArgumentType
AbstractOption.argumentType
The argument type for this optionMethods in org.apache.rat.documentation.options that return OptionCollection.ArgumentTypeModifier and TypeMethodDescriptionAbstractOption.getArgType()
Gets the argument type if there is one. -
Uses of OptionCollection.ArgumentType in org.apache.rat.documentation.velocity
Methods in org.apache.rat.documentation.velocity that return types with arguments of type OptionCollection.ArgumentType