| Modifier and Type | Class and Description |
|---|---|
static class |
ManifestProxy.SeparatorMappings |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Attributes> |
attributes |
Attributes |
mainAttributes |
Map<String,String> |
mappings |
| Constructor and Description |
|---|
ManifestProxy(ClassLoader cl,
List<ManifestProxy.SeparatorMappings> mappings) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Attributes |
getAttributes(String name) |
Map<String,Attributes> |
getEntries() |
Attributes |
getMainAttributes() |
void |
read(InputStream is) |
void |
write(OutputStream out) |
public final Map<String,Attributes> attributes
public final Attributes mainAttributes
public ManifestProxy(ClassLoader cl, List<ManifestProxy.SeparatorMappings> mappings) throws IOException
IOExceptionpublic Attributes getMainAttributes()
getMainAttributes in class Manifestpublic Map<String,Attributes> getEntries()
getEntries in class Manifestpublic Attributes getAttributes(String name)
getAttributes in class Manifestpublic void write(OutputStream out) throws IOException
write in class ManifestIOExceptionpublic void read(InputStream is) throws IOException
read in class ManifestIOExceptionCopyright © 2009-2017 Oracle Corporation. All Rights Reserved.