public interface ResourceNameIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Returns true if the iteration has more elements.
|
String |
nextResourceName()
nextResourceName() returns the name of the next resource,
and MUST be non-destructive.
|
boolean hasNext()
String nextResourceName()
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.