public class ClassPathIterator extends Object implements Iterator<ClassPathEntry>
| Constructor and Description |
|---|
ClassPathIterator(File parent,
String classPath,
String delim) |
ClassPathIterator(String classPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes all zip files opened by this iterator.
|
boolean |
hasNext() |
ClassPathEntry |
next() |
void |
remove() |
public ClassPathIterator(String classPath) throws IOException
IOExceptionpublic ClassPathIterator(File parent, String classPath, String delim) throws IOException
IOExceptionpublic boolean hasNext()
hasNext in interface Iterator<ClassPathEntry>public void close()
throws IOException
IOExceptionpublic void remove()
remove in interface Iterator<ClassPathEntry>public ClassPathEntry next()
next in interface Iterator<ClassPathEntry>Copyright © 2010–2015 Sonatype, Inc.. All rights reserved.