Package org.codehaus.plexus.archiver.jar
Class JdkManifestFactory
java.lang.Object
org.codehaus.plexus.archiver.jar.JdkManifestFactory
Not part of any public API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static String
static Manifest
static void
static void
mergeAttributes
(Attributes target, Attributes section) Merge in another section
-
Constructor Details
-
JdkManifestFactory
JdkManifestFactory()
-
-
Method Details
-
getDefaultManifest
- Throws:
ArchiverException
-
getArchiverVersion
-
merge
-
mergeAttributes
Merge in another section- Parameters:
target
- The target manifest of the mergesection
- the section to be merged with this one.
-