Package org.apache.rat.anttasks
Class ResourceCollectionContainer
- java.lang.Object
-
- org.apache.rat.anttasks.ResourceCollectionContainer
-
- All Implemented Interfaces:
IReportable
class ResourceCollectionContainer extends java.lang.Object implements IReportable
Implementation of IReportable that traverses over a resource collection internally.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private class
ResourceCollectionContainer.ResourceDocument
-
Field Summary
Fields Modifier and Type Field Description private org.apache.tools.ant.types.ResourceCollection
rc
-
Constructor Summary
Constructors Constructor Description ResourceCollectionContainer(org.apache.tools.ant.types.ResourceCollection rc)
-
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
-
-