Package org.apache.rat.tools
Class AntDocumentation
java.lang.Object
org.apache.rat.tools.AntDocumentation
A simple tool to convert CLI options into an Ant report base class.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
static void
Creates apt documentation files for Ant.void
writeAttributes
(List<AntOption> options) void
writeElements
(List<AntOption> options)
-
Method Details
-
main
Creates apt documentation files for Ant. Requires 1 argument:- the directory in which to write the documentation files.
- Parameters:
args
- the arguments.- Throws:
IOException
- on error
-
execute
public void execute() -
writeAttributes
-
writeElements
-