public class ManifestUtils extends Object
| Constructor and Description |
|---|
ManifestUtils() |
| Modifier and Type | Method and Description |
|---|---|
String |
getManifestAttribute(String attributeName)
Retrieves a value for a specific manifest attribute.
|
Map<Object,Object> |
getManifestAttributes()
Reads the manifest entries for this application.
|
public String getManifestAttribute(String attributeName)
attributeName - to locate in the manifestpublic Map<Object,Object> getManifestAttributes()
Copyright © 2015. All rights reserved.