public class SimpleManifest extends Object implements Serializable
Serializable, read only version of Manifest.| Modifier | Constructor and Description |
|---|---|
protected |
SimpleManifest(Manifest mf) |
protected |
SimpleManifest(Map<String,String> main,
Map<String,Map<String,String>> entries) |
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,Map<String,String>> |
extractEntries(Manifest mf) |
protected static Map<String,String> |
extractMainAttributes(Manifest mf) |
Map<String,Map<String,String>> |
getEntries()
Returns a Map of the entries contained in this Manifest.
|
Map<String,String> |
getMain()
Returns the main Attributes for the Manifest.
|
protected SimpleManifest(Map<String,String> main, Map<String,Map<String,String>> entries)
protected SimpleManifest(Manifest mf)
public Map<String,String> getMain()
Manifest.getMainAttributes()Copyright © 2016–2020. All rights reserved.