Package kilim.analysis
Class JarIterator
- java.lang.Object
-
- kilim.analysis.FileContainer
-
- kilim.analysis.JarIterator
-
- All Implemented Interfaces:
java.util.Iterator<FileLister.Entry>
class JarIterator extends FileContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classJarIterator.JEntry
-
Constructor Summary
Constructors Constructor Description JarIterator(java.util.jar.JarFile f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()FileLister.Entrynext()(package private) FileLister.Entryopen(java.lang.String relativeFileName)voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public FileLister.Entry next()
-
remove
public void remove()
-
open
FileLister.Entry open(java.lang.String relativeFileName) throws java.io.IOException
- Specified by:
openin classFileContainer- Throws:
java.io.IOException
-
-