org.apache.commons.discovery
public abstract class ResourceIterator extends java.lang.Object implements ResourceNameIterator
Resource
.Constructor and Description |
---|
ResourceIterator() |
Modifier and Type | Method and Description |
---|---|
abstract Resource |
nextResource()
Returns the next
Resource in the iteration. |
java.lang.String |
nextResourceName()
Returns the next resource name in the iteration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
public abstract Resource nextResource()
Resource
in the iteration.public java.lang.String nextResourceName()
nextResourceName
in interface ResourceNameIterator
Copyright © 2002-2014. All Rights Reserved.