Package org.apache.rat.mp
Class FilesReportable
- java.lang.Object
-
- org.apache.rat.mp.FilesReportable
-
- All Implemented Interfaces:
IReportable
class FilesReportable extends java.lang.Object implements IReportable
Implementation of IReportable that traverses over a set of files.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private class
FilesReportable.FileDocument
-
Constructor Summary
Constructors Constructor Description FilesReportable(java.io.File basedir, java.lang.String[] files)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(RatReport report)
-
-
-
Method Detail
-
run
public void run(RatReport report) throws RatException
- Specified by:
run
in interfaceIReportable
- Throws:
RatException
-
-