public static class JarFileArchive.JarFileEntry extends Object implements Archive.Entry
Archive.Entry implementation backed by a JarEntry.| Constructor and Description |
|---|
JarFileEntry(JarEntry jarEntry) |
| Modifier and Type | Method and Description |
|---|---|
JarEntry |
getJarEntry() |
String |
getName() |
boolean |
isDirectory() |
public JarFileEntry(JarEntry jarEntry)
public JarEntry getJarEntry()
public boolean isDirectory()
isDirectory in interface Archive.Entrypublic String getName()
getName in interface Archive.EntryCopyright © 2024. All rights reserved.