Uses of Class
org.apache.rat.documentation.options.AntOption
Packages that use AntOption
Package
Description
Contains ancillary enhanced options for the various RAT interfaces.
Contains velocity based tools and accessories.
Contains ancillary tools for the RAT program including code generators and name harmonization code.
-
Uses of AntOption in org.apache.rat.documentation.options
Subclasses with type arguments of type AntOption in org.apache.rat.documentation.optionsModifier and TypeClassDescriptionclassA class that wraps the CLI option and provides Ant specific values.final classThe collection of AntOptions equivalent to the CLI options with any unsupported options removed.static final classThe Builder for the AntOptionCollection.Methods in org.apache.rat.documentation.options that return AntOptionModifier and TypeMethodDescriptionAntOption.getActualAntOption()If this option is converted to another option return that option otherwise return this option.AntOptionCollection.getActualAntOption(AntOption antOption) If this option is converted to another option return that option otherwise return this option.Methods in org.apache.rat.documentation.options that return types with arguments of type AntOptionModifier and TypeMethodDescriptionAntOption.convertedFrom()Gets the set of options that are mapped to this option.AntOptionCollection.convertedFrom(AntOption antOption) Methods in org.apache.rat.documentation.options with parameters of type AntOptionModifier and TypeMethodDescriptionAntOptionCollection.convertedFrom(AntOption antOption) AntOptionCollection.getActualAntOption(AntOption antOption) If this option is converted to another option return that option otherwise return this option.protected StringAntOptionCollection.BuildType.getMethodFormat(AntOption antOption) Gets the method based on how many arguments an Ant option requires.Gets a string comprising the Ant XML pattern for this data type and the number of arguments expected by the Ant option.booleanAntOptionCollection.isAttribute(AntOption antOption) Constructor parameters in org.apache.rat.documentation.options with type arguments of type AntOptionModifierConstructorDescriptionAntOption(UIOptionCollection<AntOption> collection, org.apache.commons.cli.Option option) Constructor. -
Uses of AntOption in org.apache.rat.documentation.velocity
Methods in org.apache.rat.documentation.velocity that return types with arguments of type AntOptionModifier and TypeMethodDescriptionRatTool.antOptions()Gets a map client option name to Ant Option. -
Uses of AntOption in org.apache.rat.tools
Methods in org.apache.rat.tools with parameters of type AntOptionModifier and TypeMethodDescriptionstatic StringAntGenerator.getAttributeFunctionName(AntOption antOption) Get the signature of the attribute function.AntGenerator.GenerateType.getPattern(AntOption delegateOption, AntOption antOption) Method parameters in org.apache.rat.tools with type arguments of type AntOptionModifier and TypeMethodDescriptionvoidAntDocumentation.writeAttributes(List<AntOption> options) voidAntDocumentation.writeElements(List<AntOption> options)