org.codehaus.janino.util.resource
Class LazyMultiResourceFinder
java.lang.Object
org.codehaus.janino.util.resource.ResourceFinder
org.codehaus.janino.util.resource.MultiResourceFinder
org.codehaus.janino.util.resource.LazyMultiResourceFinder
- Direct Known Subclasses:
- JarDirectoriesResourceFinder, PathResourceFinder
- public class LazyMultiResourceFinder
- extends MultiResourceFinder
A ResourceFinder
that examines a set
of ResourceFinder
s lazily as it
searches for resources.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyMultiResourceFinder
public LazyMultiResourceFinder(Iterator resourceFinders)
- Parameters:
resourceFinders
- delegate ResourceFinder
s