Package org.apache.rat.tools
Class MavenOption
java.lang.Object
org.apache.rat.tools.AbstractOption
org.apache.rat.tools.MavenOption
A representation of a CLI option as a Maven option
-
Field Summary
Fields inherited from class org.apache.rat.tools.AbstractOption
name, option, PATTERN
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
cleanupName
(org.apache.commons.cli.Option option) Return default value.getMethodSignature
(String indent, boolean multiple) getPropertyAnnotation
(String fname) Methods inherited from class org.apache.rat.tools.AbstractOption
cleanup, getArgName, getDeprecated, getDescription, getName, getType, hasArg, hasArgs, isDeprecated, isRequired, keyValue
-
Method Details
-
cleanupName
- Specified by:
cleanupName
in classAbstractOption
-
getDefaultValue
Description copied from class:AbstractOption
Return default value.- Overrides:
getDefaultValue
in classAbstractOption
- Returns:
- default value or
null
if no argument given.
-
getPropertyAnnotation
-
getMethodSignature
-