Uses of Class
org.apache.rat.ui.UIOption
Packages that use UIOption
Package
Description
The base package for the RAT tool.
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.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