Class ClassPathIterator
java.lang.Object
com.tonicsystems.jarjar.util.ClassPathIterator
- All Implemented Interfaces:
Iterator<ClassPathEntry>
-
Constructor Summary
ConstructorsConstructorDescriptionClassPathIterator(File parent, String classPath, String delim) ClassPathIterator(String classPath) -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
ClassPathIterator
- Throws:
IOException
-
ClassPathIterator
- Throws:
IOException
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ClassPathEntry>
-
close
Closes all zip files opened by this iterator.- Throws:
IOException
-
remove
public void remove()- Specified by:
removein interfaceIterator<ClassPathEntry>
-
next
- Specified by:
nextin interfaceIterator<ClassPathEntry>
-