Package org.codehaus.mojo.exec
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Enumeration<URL>
private final Iterator<Enumeration<URL>>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ChainedEnumerations
(Iterator<Enumeration<URL>> enumerations) -
Method Summary
-
Field Details
-
enumerations
-
current
-
-
Constructor Details
-
ChainedEnumerations
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<URL>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<URL>
-