com.tonicsystems.jarjar.util
public class ClassPathIterator extends Object implements Iterator
| Constructor Summary | |
|---|---|
| ClassPathIterator(String classPath) | |
| ClassPathIterator(File parent, String classPath) | |
| Method Summary | |
|---|---|
| void | close() |
| InputStream | getInputStream(Object obj) |
| Object | getSource(Object obj) |
| boolean | hasNext() |
| Object | next() |
| void | remove() |