public class Manifests extends Object
| Constructor and Description |
|---|
Manifests() |
| Modifier and Type | Method and Description |
|---|---|
static Manifest |
getManifest(File file)
Returns the entry from the manifest for the given name
|
static String |
getManifestEntry(File file,
String attributeName)
Returns the entry from the manifest for the given name
|
public static String getManifestEntry(File file, String attributeName) throws IOException
IOExceptionpublic static Manifest getManifest(File file) throws IOException
IOExceptionCopyright © 2011–2014 Red Hat. All rights reserved.