com.tonicsystems.jarjar.util

Class ClassPathIterator

Implemented Interfaces:
Iterator

public class ClassPathIterator
extends java.lang.Object
implements Iterator

Constructor Summary

ClassPathIterator(File parent, String classPath)
ClassPathIterator(String classPath)

Method Summary

void
close()
InputStream
getInputStream(Object obj)
Object
getSource(Object obj)
boolean
hasNext()
Object
next()
void
remove()

Constructor Details

ClassPathIterator

public ClassPathIterator(File parent,
                         String classPath)
            throws IOException

ClassPathIterator

public ClassPathIterator(String classPath)
            throws IOException

Method Details

close

public void close()
            throws IOException

getInputStream

public InputStream getInputStream(Object obj)
            throws IOException

getSource

public Object getSource(Object obj)

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()