org.apache.axis2.classloader
Class ResourceEnumeration
java.lang.Object
org.apache.axis2.classloader.ResourceEnumeration
- All Implemented Interfaces:
- Enumeration
public class ResourceEnumeration
- extends Object
- implements Enumeration
- Version:
- $Rev: 704201 $ $Date: 2008-10-14 00:22:25 +0530 (Tue, 14 Oct 2008) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceEnumeration
public ResourceEnumeration(Collection resourceLocations,
String resourceName)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.