Class ResourceCollectionContainer

  • All Implemented Interfaces:
    IReportable

    class ResourceCollectionContainer
    extends java.lang.Object
    implements IReportable
    Implementation of IReportable that traverses over a resource collection internally.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rc

        private final org.apache.tools.ant.types.ResourceCollection rc
    • Constructor Detail

      • ResourceCollectionContainer

        ResourceCollectionContainer​(org.apache.tools.ant.types.ResourceCollection rc)