Package aQute.lib.zip
Class JarIndex
- java.lang.Object
-
- aQute.lib.hierarchy.Hierarchy
-
- aQute.lib.zip.JarIndex
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
JarIndex.NodeInfo
-
Method Summary
-
Methods inherited from class aQute.lib.hierarchy.Hierarchy
asMap, find, find, findFolder, findFolder, iterator, payload, size, stream
-
-
-
-
Constructor Detail
-
JarIndex
public JarIndex(java.io.InputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
JarIndex
public JarIndex(java.io.File in) throws java.io.IOException
- Throws:
java.io.IOException
-
JarIndex
public JarIndex(java.io.File in, java.util.regex.Pattern doNotCopy) throws java.io.IOException
- Throws:
java.io.IOException
-
-