public class SimpleManifest extends Object
| 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() |
Map<String,String> |
getMain() |
static SimpleManifest |
parseFile(File file) |
static SimpleManifest |
parseText(String text) |
protected SimpleManifest(Map<String,String> main, Map<String,Map<String,String>> entries)
protected SimpleManifest(Manifest mf)
public static SimpleManifest parseText(String text) throws IOException
IOExceptionpublic static SimpleManifest parseFile(File file) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004–2018. All rights reserved.