public class BndJarResourceStore extends java.lang.Object implements ResourceStore
Constructor and Description |
---|
BndJarResourceStore(aQute.bnd.osgi.Analyzer analyzer,
aQute.service.reporter.Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ResourceVisitor visitor) |
void |
close() |
void |
open() |
byte[] |
read(java.lang.String path) |
void |
setIncludeEmbedComponents(boolean excludeEmbedComponents) |
void |
write(java.lang.String resourcePath,
byte[] resource) |
void |
writeMetadata(org.apache.felix.ipojo.metadata.Element metadata) |
public BndJarResourceStore(aQute.bnd.osgi.Analyzer analyzer, aQute.service.reporter.Reporter reporter)
public byte[] read(java.lang.String path) throws java.io.IOException
read
in interface ResourceStore
java.io.IOException
public void accept(ResourceVisitor visitor)
accept
in interface ResourceStore
public void open() throws java.io.IOException
open
in interface ResourceStore
java.io.IOException
public void writeMetadata(org.apache.felix.ipojo.metadata.Element metadata)
writeMetadata
in interface ResourceStore
public void write(java.lang.String resourcePath, byte[] resource) throws java.io.IOException
write
in interface ResourceStore
java.io.IOException
public void close() throws java.io.IOException
close
in interface ResourceStore
java.io.IOException
public void setIncludeEmbedComponents(boolean excludeEmbedComponents)
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.