Uses of Class
org.apache.rat.ui.UIOption
Packages that use UIOption
Package
Description
The base package for the RAT tool.
Contains ancillary enhanced options for the various RAT interfaces.
Classes that support UI generation and interoperability.
The SPI implementation for the UIs.
-
Uses of UIOption in org.apache.rat
Subclasses of UIOption in org.apache.rat -
Uses of UIOption in org.apache.rat.documentation.options
Subclasses of UIOption in org.apache.rat.documentation.optionsModifier and TypeClassDescriptionclassA class that wraps the CLI option and provides Ant specific values.final classA representation of a Maven option based on a CLI option. -
Uses of UIOption in org.apache.rat.ui
Classes in org.apache.rat.ui with type parameters of type UIOptionModifier and TypeInterfaceDescriptioninterfaceclassAbstract class that provides the framework for UI-specific RAT options.classUIOptionCollection<T extends UIOption<T>>A collection of options supported by the UI.protected static classUIOptionCollection.Builder<T extends UIOption<T>, S extends UIOptionCollection.Builder<T,S>> Builder for a BaseOptionCollection.Methods in org.apache.rat.ui with parameters of type UIOptionModifier and TypeMethodDescriptionvoidAdd values to the key in the argument list. empty values are ignored.voidRemove a key from the argument list.voidSet a key and value into the argument list. -
Uses of UIOption in org.apache.rat.ui.spi
Methods in org.apache.rat.ui.spi with type parameters of type UIOption