JarDirectoriesResourceFinder
, PathResourceFinder
public class LazyMultiResourceFinder extends MultiResourceFinder
ResourceFinder
that examines a set of ResourceFinder
s lazily as it searches for resources.IteratorCollection
EMPTY_RESOURCE_FINDER
Constructor | Description |
---|---|
LazyMultiResourceFinder(Iterator<ResourceFinder> resourceFinders) |
findResource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findResourceAsStream
public LazyMultiResourceFinder(Iterator<ResourceFinder> resourceFinders)
resourceFinders
- delegate ResourceFinder
sCopyright © 2001–2019. All rights reserved.