org.wso2.registry.app
Class RegistryAdapter.Resourcerator

java.lang.Object
  extended by org.wso2.registry.app.RegistryAdapter.Resourcerator
All Implemented Interfaces:
java.util.Iterator<Resource>
Enclosing class:
RegistryAdapter

public class RegistryAdapter.Resourcerator
extends java.lang.Object
implements java.util.Iterator<Resource>


Constructor Summary
RegistryAdapter.Resourcerator(java.lang.Object[] paths, Registry registry)
           
 
Method Summary
 boolean hasNext()
           
 Resource next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryAdapter.Resourcerator

public RegistryAdapter.Resourcerator(java.lang.Object[] paths,
                                     Registry registry)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<Resource>

next

public Resource next()
Specified by:
next in interface java.util.Iterator<Resource>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<Resource>


Copyright © 2007 Apache Web Services Project. All Rights Reserved.