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
IOException
public ClassPathIterator(File parent, String classPath, String delim) throws IOException
IOException
public boolean hasNext()
hasNext
in interface Iterator<ClassPathEntry>
public void close() throws IOException
IOException
public void remove()
remove
in interface Iterator<ClassPathEntry>
public ClassPathEntry next()
next
in interface Iterator<ClassPathEntry>
Copyright © 2010–2014 Sonatype, Inc.. All rights reserved.