Class Exporter
java.lang.Object
org.apache.rat.documentation.Exporter
Uses Apache Velocity to write a document containing RAT configuration information.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Exporter
public Exporter()
-
-
Method Details
-
toString
-
main
Executes the generation of documentation from a configuration definition. Arguments are- Template directory - the top level directory in a tree of Velocity templates. The process scans the directory
tree looking for files ending in
.vmand processes them. - Output directory - The top level directory to writhe the processed files to. The process removes the
.vmfrom the input file name and writes the resulting file to an equivalent directory entry in the output directory.
- Parameters:
args- the arguments- Throws:
RatException- on RAT processing error.
- Template directory - the top level directory in a tree of Velocity templates. The process scans the directory
tree looking for files ending in
-