Class ResourceFinderGroup

java.lang.Object
rife.resources.AbstractResourceFinder
rife.resources.ResourceFinderGroup
All Implemented Interfaces:
ResourceFinder

public class ResourceFinderGroup extends AbstractResourceFinder
Allows a group of resource finders to acts as if they are one single resource finders. They will be consecutively used in their order of addition to the group.
Since:
1.0
See Also:
  • Constructor Details

    • ResourceFinderGroup

      public ResourceFinderGroup()
  • Method Details