| Package | Description |
|---|---|
| com.alee.utils.jar |
| Modifier and Type | Field and Description |
|---|---|
protected JarEntryType |
JarEntry.type
JAR entry type.
|
| Modifier and Type | Method and Description |
|---|---|
JarEntryType |
JarEntry.getType()
Returns
JarEntryType. |
static JarEntryType |
JarEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JarEntryType[] |
JarEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JarEntry(JarStructure structure,
JarEntryType type,
String name)
Constructs new
JarEntry. |
JarEntry(JarStructure structure,
JarEntry parent,
ZipEntry zipEntry,
JarEntryType type,
String name)
Constructs new
JarEntry. |
Copyright © 2020. All rights reserved.