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
IOException
public Attributes getMainAttributes()
getMainAttributes
in class Manifest
public Map<String,Attributes> getEntries()
getEntries
in class Manifest
public Attributes getAttributes(String name)
getAttributes
in class Manifest
public void write(OutputStream out) throws IOException
write
in class Manifest
IOException
public void read(InputStream is) throws IOException
read
in class Manifest
IOException
Copyright © 2009–2023 Oracle Corporation. All rights reserved.