public class BndJarResourceStore extends Object implements org.apache.felix.ipojo.manipulator.ResourceStore
| Constructor and Description |
|---|
BndJarResourceStore(aQute.bnd.osgi.Analyzer analyzer,
aQute.service.reporter.Reporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.apache.felix.ipojo.manipulator.ResourceVisitor visitor) |
void |
close() |
void |
open() |
byte[] |
read(String path) |
void |
setIncludeEmbedComponents(boolean excludeEmbedComponents) |
void |
write(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(String path) throws IOException
read in interface org.apache.felix.ipojo.manipulator.ResourceStoreIOExceptionpublic void accept(org.apache.felix.ipojo.manipulator.ResourceVisitor visitor)
accept in interface org.apache.felix.ipojo.manipulator.ResourceStorepublic void open()
throws IOException
open in interface org.apache.felix.ipojo.manipulator.ResourceStoreIOExceptionpublic void writeMetadata(org.apache.felix.ipojo.metadata.Element metadata)
writeMetadata in interface org.apache.felix.ipojo.manipulator.ResourceStorepublic void write(String resourcePath, byte[] resource) throws IOException
write in interface org.apache.felix.ipojo.manipulator.ResourceStoreIOExceptionpublic void close()
throws IOException
close in interface org.apache.felix.ipojo.manipulator.ResourceStoreIOExceptionpublic void setIncludeEmbedComponents(boolean excludeEmbedComponents)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.