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 Summary
Constructors Constructor Description CompoundEnumeration()
CompoundEnumeration(List<Enumeration<E>> enums)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Enumeration<E> e)
boolean
hasMoreElements()
E
nextElement()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Enumeration
asIterator
-
-
-
-
Constructor Detail
-
CompoundEnumeration
public CompoundEnumeration()
-
CompoundEnumeration
public CompoundEnumeration(List<Enumeration<E>> enums)
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfaceEnumeration<E>
-
nextElement
public E nextElement()
- Specified by:
nextElement
in interfaceEnumeration<E>
-
add
public void add(Enumeration<E> e)
-
-