Package org.nuxeo.runtime.tomcat.dev
Class NuxeoDevWebappClassLoader.CompoundEnumeration<E>
java.lang.Object
org.nuxeo.runtime.tomcat.dev.NuxeoDevWebappClassLoader.CompoundEnumeration<E>
- All Implemented Interfaces:
Enumeration<E>
- Enclosing class:
- NuxeoDevWebappClassLoader
protected static class NuxeoDevWebappClassLoader.CompoundEnumeration<E>
extends Object
implements Enumeration<E>
-
Constructor Details
-
CompoundEnumeration
public CompoundEnumeration() -
CompoundEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<E>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<E>
-
add
-