public class BundleRevisionImpl extends Object implements BundleRevision
Modifier and Type | Field and Description |
---|---|
static int |
EAGER_ACTIVATION |
static int |
LAZY_ACTIVATION |
BUNDLE_NAMESPACE, HOST_NAMESPACE, PACKAGE_NAMESPACE, TYPE_FRAGMENT
Constructor and Description |
---|
BundleRevisionImpl(Bundle bundle,
String id)
This constructor is used by the extension manager, since it needs
a constructor that does not throw an exception.
|
Modifier and Type | Method and Description |
---|---|
Bundle |
getBundle()
Returns the
Bundle object associated with this
BundleReference . |
Content |
getContent() |
List<BundleCapability> |
getDeclaredCapabilities(String namespace)
Returns the capabilities declared by this bundle revision.
|
List<R4Library> |
getDeclaredNativeLibraries() |
List<BundleRequirement> |
getDeclaredRequirements(String namespace)
Returns the requirements declared by this bundle revision.
|
URL |
getEntry(String name) |
Map |
getHeaders() |
String |
getId() |
InputStream |
getInputStream(int index,
String urlPath) |
URL |
getLocalURL(int index,
String urlPath) |
String |
getManifestVersion() |
ProtectionDomain |
getProtectionDomain() |
String |
getSymbolicName()
Returns the symbolic name for this bundle revision.
|
int |
getTypes()
Returns the special types of this bundle revision.
|
Version |
getVersion()
Returns the version for this bundle revision.
|
BundleWiring |
getWiring()
Returns the bundle wiring which is using this bundle revision.
|
boolean |
hasInputStream(int index,
String urlPath) |
boolean |
isExtension() |
void |
resolve(BundleWiringImpl wiring) |
void |
setProtectionDomain(ProtectionDomain pd) |
String |
toString() |
public static final int EAGER_ACTIVATION
public static final int LAZY_ACTIVATION
public BundleRevisionImpl(Bundle bundle, String id)
logger
- bundle
- id
- bootPkgs
- bootPkgWildcards
- BundleException
public String getSymbolicName()
BundleRevision
getSymbolicName
in interface BundleRevision
Bundle.getSymbolicName()
public Version getVersion()
BundleRevision
getVersion
in interface BundleRevision
Version.emptyVersion
if this bundle revision has no
version information.Bundle.getVersion()
public List<BundleCapability> getDeclaredCapabilities(String namespace)
BundleRevision
getDeclaredCapabilities
in interface BundleRevision
namespace
- The name space of the declared capabilities to return or
null
to return the declared capabilities from all name
spaces.BundleCapability
s, or an empty list if this bundle
revision declares no capabilities in the specified name space.
The list contains the declared capabilities in the order they are
specified in the manifest.public List<BundleRequirement> getDeclaredRequirements(String namespace)
BundleRevision
getDeclaredRequirements
in interface BundleRevision
namespace
- The name space of the declared requirements to return or
null
to return the declared requirements from all name
spaces.BundleRequirement
s, or an empty list if this bundle
revision declares no requirements in the specified name space.
The list contains the declared requirements in the order they are
specified in the manifest.public int getTypes()
BundleRevision
If this bundle revision is not one or more of the defined types then 0 is returned.
getTypes
in interface BundleRevision
public BundleWiring getWiring()
BundleRevision
getWiring
in interface BundleRevision
null
if no bundle wiring is using this bundle revision.BundleWiring.getRevision()
public Bundle getBundle()
BundleReference
Bundle
object associated with this
BundleReference
.getBundle
in interface BundleReference
Bundle
object associated with this
BundleReference
.public Map getHeaders()
public boolean isExtension()
public String getManifestVersion()
public String getId()
public void resolve(BundleWiringImpl wiring)
public void setProtectionDomain(ProtectionDomain pd)
public ProtectionDomain getProtectionDomain()
public Content getContent()
public boolean hasInputStream(int index, String urlPath)
public InputStream getInputStream(int index, String urlPath) throws IOException
IOException
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.