public class Manifests
extends java.lang.Object
Constructor and Description |
---|
Manifests() |
Modifier and Type | Method and Description |
---|---|
static java.util.jar.Manifest |
getManifest(java.io.File file)
Returns the entry from the manifest for the given name
|
static java.lang.String |
getManifestEntry(java.io.File file,
java.lang.String attributeName)
Returns the entry from the manifest for the given name
|
public static java.lang.String getManifestEntry(java.io.File file, java.lang.String attributeName) throws java.io.IOException
java.io.IOException
public static java.util.jar.Manifest getManifest(java.io.File file) throws java.io.IOException
java.io.IOException
Copyright © 2014 Red Hat. All Rights Reserved.