java.util.Iterator<ClassPathEntry>
public class ClassPathIterator extends java.lang.Object implements java.util.Iterator<ClassPathEntry>
Constructor | Description |
---|---|
ClassPathIterator(java.io.File parent,
java.lang.String classPath,
java.lang.String delim) |
|
ClassPathIterator(java.lang.String classPath) |
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
Closes all zip files opened by this iterator.
|
boolean |
hasNext() |
|
ClassPathEntry |
next() |
|
void |
remove() |
public ClassPathIterator(java.lang.String classPath) throws java.io.IOException
java.io.IOException
public ClassPathIterator(java.io.File parent, java.lang.String classPath, java.lang.String delim) throws java.io.IOException
java.io.IOException
public boolean hasNext()
hasNext
in interface java.util.Iterator<ClassPathEntry>
public void close() throws java.io.IOException
java.io.IOException
public void remove()
remove
in interface java.util.Iterator<ClassPathEntry>
public ClassPathEntry next()
next
in interface java.util.Iterator<ClassPathEntry>