org.apache.geronimo.kernel.classloader
Class ResourceEnumeration

java.lang.Object
  extended by org.apache.geronimo.kernel.classloader.ResourceEnumeration
All Implemented Interfaces:
Enumeration

public class ResourceEnumeration
extends Object
implements Enumeration


Constructor Summary
ResourceEnumeration(Collection resourceLocations, String resourceName)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceEnumeration

public ResourceEnumeration(Collection resourceLocations,
                           String resourceName)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.