Package org.apache.rat.tools
Class AntGenerator
java.lang.Object
org.apache.rat.tools.AntGenerator
A simple tool to convert CLI options into an Ant report base class.
-
Method Summary
-
Method Details
-
getFilter
Gets the Option predicate that removes unsupported CLI options.- Returns:
- The Option predicate that removes unsupported CLI options.
-
main
Creates a base class for an Ant task. Requires 3 arguments:- the package name for the class
- the simple class name
- the directory in which to write the class file.
- Parameters:
args
- the arguments.- Throws:
IOException
- on error.
-