com.tonicsystems.jarjar.util
Class ClassPathIterator
java.lang.Object
com.tonicsystems.jarjar.util.ClassPathIterator
- Iterator
public class ClassPathIterator
extends java.lang.Object
implements Iterator
ClassPathIterator
public ClassPathIterator(File parent,
String classPath)
throws IOException
ClassPathIterator
public ClassPathIterator(String classPath)
throws IOException
close
public void close()
throws IOException
getInputStream
public InputStream getInputStream(Object obj)
throws IOException
getSource
public Object getSource(Object obj)
hasNext
public boolean hasNext()
remove
public void remove()