public class ClassPathIterator
extends java.lang.Object
implements java.util.Iterator
| Constructor and Description |
|---|
ClassPathIterator(java.io.File parent,
java.lang.String classPath,
java.lang.String delim) |
ClassPathIterator(java.lang.String classPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.io.InputStream |
getInputStream(java.lang.Object obj) |
java.lang.Object |
getSource(java.lang.Object obj) |
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
public ClassPathIterator(java.lang.String classPath)
throws java.io.IOException
java.io.IOExceptionpublic ClassPathIterator(java.io.File parent,
java.lang.String classPath,
java.lang.String delim)
throws java.io.IOException
java.io.IOExceptionpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic java.io.InputStream getInputStream(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.Object getSource(java.lang.Object obj)
public void remove()
remove in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.IteratorRuntimeIOException