|
janino.net | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.util.resource.ResourceFinder
org.codehaus.janino.util.resource.MultiResourceFinder
org.codehaus.janino.util.resource.LazyMultiResourceFinder
public class LazyMultiResourceFinder
A ResourceFinder
that examines a set
of ResourceFinder
s lazily as it
searches for resources.
IteratorCollection
Field Summary |
---|
Fields inherited from class org.codehaus.janino.util.resource.ResourceFinder |
---|
EMPTY_RESOURCE_FINDER |
Constructor Summary | |
---|---|
LazyMultiResourceFinder(java.util.Iterator resourceFinders)
|
Method Summary |
---|
Methods inherited from class org.codehaus.janino.util.resource.MultiResourceFinder |
---|
findResource |
Methods inherited from class org.codehaus.janino.util.resource.ResourceFinder |
---|
findResourceAsStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LazyMultiResourceFinder(java.util.Iterator resourceFinders)
resourceFinders
- delegate ResourceFinder
s
|
janino.net | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |