Package com.tonicsystems.jarjar.util
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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ClassPathIterator
- Throws:
IOException
-
ClassPathIterator
- Throws:
IOException
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ClassPathEntry>
-
close
Closes all zip files opened by this iterator.- Throws:
IOException
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<ClassPathEntry>
-
next
- Specified by:
next
in interfaceIterator<ClassPathEntry>
-