Uses of Class
org.apache.rat.ui.UIOptionCollection.Builder
Packages that use UIOptionCollection.Builder
Package
Description
Contains ancillary enhanced options for the various RAT interfaces.
Classes that support UI generation and interoperability.
-
Uses of UIOptionCollection.Builder in org.apache.rat.documentation.options
Subclasses of UIOptionCollection.Builder in org.apache.rat.documentation.optionsModifier and TypeClassDescriptionstatic final classThe Builder for the AntOptionCollection.static final classThe Builder for the MavenOptionCollection. -
Uses of UIOptionCollection.Builder in org.apache.rat.ui
Classes in org.apache.rat.ui with type parameters of type UIOptionCollection.BuilderModifier and TypeClassDescriptionprotected static classUIOptionCollection.Builder<T extends UIOption<T>, S extends UIOptionCollection.Builder<T,S>> Builder for a BaseOptionCollection.Constructors in org.apache.rat.ui with parameters of type UIOptionCollection.BuilderModifierConstructorDescriptionprotectedUIOptionCollection(UIOptionCollection.Builder<T, ?> builder) Construct the UIOptionCollection from the builder.