| Package | Description |
|---|---|
| com.alee.utils.jar |
| Modifier and Type | Field and Description |
|---|---|
protected JarEntry |
JarEntry.parent
Parent JAR entry if it has one.
|
protected JarEntry |
JarStructure.root
Root
JarEntry. |
| Modifier and Type | Field and Description |
|---|---|
protected List<JarEntry> |
JarEntry.children
Children JAR entries.
|
| Modifier and Type | Method and Description |
|---|---|
JarEntry |
JarEntry.findChildByName(String name)
Returns child
JarEntry with the specfiied name or null if it cannot be found. |
JarEntry |
JarStructure.findChildByName(String name)
Returns child
JarEntry with the specfiied name or null if it cannot be found. |
JarEntry |
JarEntry.findChildByName(String name,
boolean recursively)
Returns child
JarEntry with the specfiied name or null if it cannot be found. |
JarEntry |
JarStructure.findChildByName(String name,
boolean recursively)
Returns child
JarEntry with the specfiied name or null if it cannot be found. |
JarEntry |
JarEntry.getChildByName(String name)
Returns child
JarEntry with the specfiied name or null if it cannot be found. |
JarEntry |
JarStructure.getChildByName(String name)
Returns child
JarEntry with the specfiied name or null if it cannot be found. |
JarEntry |
JarEntry.getChildByName(String name,
boolean recursively)
Returns child
JarEntry with the specfiied name or null if it cannot be found. |
JarEntry |
JarStructure.getChildByName(String name,
boolean recursively)
Returns child
JarEntry with the specfiied name or null if it cannot be found. |
JarEntry |
JarStructure.getClassEntry(Class<?> forClass)
|
JarEntry |
JarStructure.getPackageEntry(Package forPackage)
|
JarEntry |
JarStructure.getPackageEntry(String forPackage)
|
JarEntry |
JarEntry.getParent()
|
JarEntry |
JarStructure.getRoot()
Returns root
JarEntry of JarEntryType.JAR representing JAR itself. |
| Modifier and Type | Method and Description |
|---|---|
List<JarEntry> |
JarStructure.getChildEntries()
|
List<JarEntry> |
JarEntry.getChildren()
Returns copy of children
JarEntrys. |
List<JarEntry> |
JarEntry.getPath()
|
| Modifier and Type | Method and Description |
|---|---|
void |
JarEntry.addChild(JarEntry child)
Adds child
JarEntry. |
int |
JarEntryComparator.compare(JarEntry e1,
JarEntry e2) |
void |
JarEntry.removeChild(JarEntry child)
Removes child
JarEntry. |
| Constructor and Description |
|---|
JarEntry(JarStructure structure,
JarEntry parent,
ZipEntry zipEntry,
JarEntryType type,
String name)
Constructs new
JarEntry. |
Copyright © 2020. All rights reserved.