Class URLClassLoaderBuilder.ExecJavaClassLoader.ChainedEnumerations
java.lang.Object
org.codehaus.mojo.exec.URLClassLoaderBuilder.ExecJavaClassLoader.ChainedEnumerations
- All Implemented Interfaces:
Enumeration<URL>
- Enclosing class:
URLClassLoaderBuilder.ExecJavaClassLoader
private static class URLClassLoaderBuilder.ExecJavaClassLoader.ChainedEnumerations
extends Object
implements Enumeration<URL>
- Since:
- 3.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Enumeration<URL> private final Iterator<Enumeration<URL>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateChainedEnumerations(Iterator<Enumeration<URL>> enumerations) -
Method Summary
-
Field Details
-
enumerations
-
current
-
-
Constructor Details
-
ChainedEnumerations
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<URL>
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<URL>
-