Class AntOptionCollection
java.lang.Object
org.apache.rat.ui.UIOptionCollection<AntOption>
org.apache.rat.documentation.options.AntOptionCollection
The collection of AntOptions equivalent to the CLI options
with any unsupported options removed.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe Builder for the AntOptionCollection.static classA mapping of data type of XML format. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AntOptionCollectionThe instance of the AntOptionCollection -
Method Summary
Modifier and TypeMethodDescriptionstatic AntOptionCollection.Builderbuilder()convertedFrom(AntOption antOption) getActualAntOption(AntOption antOption) If this option is converted to another option return that option otherwise return this option.getRequiredAttributes(String name) booleanisAttribute(AntOption antOption) Methods inherited from class UIOptionCollection
additionalOptions, defaultValue, getMappedOption, getMappedOptions, getOptionMap, getOptions, getSelected, getUnsupportedOptions, isSelected
-
Field Details
-
INSTANCE
The instance of the AntOptionCollection
-
-
Method Details
-
getRenameMap
-
convertedFrom
-
getActualAntOption
-
isAttribute
-
getRequiredAttributes
-
builder
-