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
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.Methods in org.apache.rat.documentation.options that return types with arguments of type AntOptionModifier and TypeMethodDescriptionAntOption.getAntOptions()
Gets the list of all available Ant options. -
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 TypeMethodDescriptionprotected String
AntGenerator.GenerateType.getMethodFormat
(AntOption antOption) AntGenerator.GenerateType.getPattern
(AntOption delegateOption, AntOption antOption) Method parameters in org.apache.rat.tools with type arguments of type AntOptionModifier and TypeMethodDescriptionvoid
AntDocumentation.writeAttributes
(List<AntOption> options) void
AntDocumentation.writeElements
(List<AntOption> options)