class JdkManifestFactory
extends java.lang.Object
| Constructor and Description |
|---|
JdkManifestFactory() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.lang.String |
getArchiverVersion() |
static java.util.jar.Manifest |
getDefaultManifest() |
static void |
merge(java.util.jar.Manifest target,
java.util.jar.Manifest other,
boolean overwriteMain) |
static void |
mergeAttributes(java.util.jar.Attributes target,
java.util.jar.Attributes section)
Merge in another section
|
public static java.util.jar.Manifest getDefaultManifest()
throws ArchiverException
ArchiverExceptionstatic java.lang.String getArchiverVersion()
public static void merge(java.util.jar.Manifest target,
java.util.jar.Manifest other,
boolean overwriteMain)
public static void mergeAttributes(java.util.jar.Attributes target,
java.util.jar.Attributes section)
target - The target manifest of the mergesection - the section to be merged with this one.