java.lang.Object
java.util.jar.Manifest
com.sun.enterprise.module.single.ManifestProxy
- All Implemented Interfaces:
Cloneable
Implements a manifest proxying
- Author:
- Jerome Dochez
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionManifestProxy(ClassLoader cl, List<ManifestProxy.SeparatorMappings> mappings) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getAttributes(String name) voidread(InputStream is) voidwrite(OutputStream out)
-
Field Details
-
attributes
-
mainAttributes
-
mappings
-
-
Constructor Details
-
ManifestProxy
public ManifestProxy(ClassLoader cl, List<ManifestProxy.SeparatorMappings> mappings) throws IOException - Throws:
IOException
-
-
Method Details
-
getMainAttributes
- Overrides:
getMainAttributesin classManifest
-
getEntries
- Overrides:
getEntriesin classManifest
-
getAttributes
- Overrides:
getAttributesin classManifest
-
clear
public void clear() -
write
- Overrides:
writein classManifest- Throws:
IOException
-
read
- Overrides:
readin classManifest- Throws:
IOException
-