Uses of Class
org.apache.rat.ui.UIOptionCollection
Packages that use UIOptionCollection
Package
Description
The base package for the RAT tool.
Helper classes for command line processing.
Contains ancillary enhanced options for the various RAT interfaces.
Classes that support UI generation and interoperability.
-
Uses of UIOptionCollection in org.apache.rat
Subclasses of UIOptionCollection in org.apache.ratConstructors in org.apache.rat with parameters of type UIOptionCollectionModifierConstructorDescriptionCLIOption(UIOptionCollection<CLIOption> collection, org.apache.commons.cli.Option option) OptionCollectionParser(UIOptionCollection<?> optionCollection) -
Uses of UIOptionCollection in org.apache.rat.commandline
Methods in org.apache.rat.commandline with parameters of type UIOptionCollectionModifier and TypeMethodDescriptionstatic voidArg.processArgs(ArgumentContext context, UIOptionCollection<?> optionCollection) Process the arguments.voidArgumentContext.processArgs(UIOptionCollection<?> uiOptionCollection) Process the arguments specified in this context.static voidArg.processLogLevel(ArgumentContext context, UIOptionCollection<?> optionCollection) Process the log level setting. -
Uses of UIOptionCollection in org.apache.rat.documentation.options
Subclasses of UIOptionCollection in org.apache.rat.documentation.optionsModifier and TypeClassDescriptionfinal classThe collection of AntOptions equivalent to the CLI options with any unsupported options removed.final classThe collection of MavenOptions equivalent to the CLI options with any unsupported options removed.Constructors in org.apache.rat.documentation.options with parameters of type UIOptionCollectionModifierConstructorDescriptionAntOption(UIOptionCollection<AntOption> collection, org.apache.commons.cli.Option option) Constructor. -
Uses of UIOptionCollection in org.apache.rat.ui
Fields in org.apache.rat.ui declared as UIOptionCollectionModifier and TypeFieldDescriptionprotected final UIOptionCollection<T> UIOption.optionCollectionThe AbstractOptionCollection associated with this AbstractOptionMethods in org.apache.rat.ui with type parameters of type UIOptionCollectionModifier and TypeMethodDescriptionfinal <X extends UIOptionCollection<T>>
XUIOption.getOptionCollection()Gets the AbstractOptionCollection that this option is a member of.Methods in org.apache.rat.ui that return UIOptionCollectionModifier and TypeMethodDescriptionUIOptionCollection.Builder.build()Build the UIOptionCollection.UI.getOptionCollection()Gets the OptionFactory configuration for this UI.Constructors in org.apache.rat.ui with parameters of type UIOptionCollectionModifierConstructorDescriptionArgumentTracker(UIOptionCollection<?> optionCollection) The arguments understood by the UI for the current report execution.Constructor parameters in org.apache.rat.ui with type arguments of type UIOptionCollectionModifierConstructorDescriptionprotectedBuilder(BiFunction<UIOptionCollection<T>, org.apache.commons.cli.Option, T> mapper) Constructor for the builder.