public class JarManifestEntry extends AbstractJarEntry
name, time| Constructor and Description |
|---|
JarManifestEntry(long time,
Manifest manifest) |
| Modifier and Type | Method and Description |
|---|---|
JarManifestEntry |
accept(JarEntryTransformer vistor)
Processes the jar entry with the given transformer.
|
byte[] |
getContents()
Gets the contents of the jar entry.
|
String |
getExtension()
Gets the extension of the jar entry.
|
Manifest |
getManifest()
Gets the manifest.
|
getName, getPackage, getSimpleName, getTime, writepublic JarManifestEntry(long time,
Manifest manifest)
public final Manifest getManifest()
public final String getExtension()
AbstractJarEntrygetExtension in class AbstractJarEntrypublic final byte[] getContents()
AbstractJarEntrygetContents in class AbstractJarEntrypublic JarManifestEntry accept(JarEntryTransformer vistor)
AbstractJarEntryaccept in class AbstractJarEntryvistor - The transformer