org.neo4j.kernel.impl.osgi
Class OSGiManifest
java.lang.Object
java.util.jar.Manifest
org.neo4j.kernel.impl.osgi.OSGiManifest
- All Implemented Interfaces:
- Cloneable
public class OSGiManifest
- extends Manifest
Wraps an OSGi Bundle in a jar Manifest.
Constructor Summary |
OSGiManifest(org.osgi.framework.Bundle bundle)
|
OSGiManifest
public OSGiManifest(org.osgi.framework.Bundle bundle)
getMainAttributes
public Attributes getMainAttributes()
- Overrides:
getMainAttributes
in class Manifest
getEntries
public Map<String,Attributes> getEntries()
- Overrides:
getEntries
in class Manifest
getAttributes
public Attributes getAttributes(String name)
- Overrides:
getAttributes
in class Manifest
clear
public void clear()
- Overrides:
clear
in class Manifest
write
public void write(OutputStream out)
throws IOException
- Overrides:
write
in class Manifest
- Throws:
IOException
read
public void read(InputStream is)
throws IOException
- Overrides:
read
in class Manifest
- Throws:
IOException
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.