- getAbstractInfoByPath(String) - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
Determines the info about either a bundle or processed resource based on
it's path/resource-id.
- getBundle(String) - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
- getBundleContext() - Method in class org.apache.felix.deploymentadmin.DeploymentAdminImpl
-
Returns reference to this bundle's BundleContext
- getBundleContext() - Method in class org.apache.felix.deploymentadmin.spi.DeploymentSessionImpl
-
Returns the bundle context of the bundle this class is part of.
- getBundleInfoByName(String) - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
Determines the info about a bundle resource based on the bundle symbolic
name.
- getBundleInfoByPath(String) - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
Determines the info about a bundle based on it's path/resource-id.
- getBundleInfoImpls() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
Returns the bundles of this deployment package as an array of
BundleInfoImpl
objects.
- getBundleInfos() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
- getBundleInfos() - Method in class org.apache.felix.deploymentadmin.DeploymentPackageManifest
-
Determines which bundle resources are part of the deployment package, this includes customizer bundles.
- getBundleStream(String) - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
Determines the data stream of a bundle resource based on the bundle
symbolic name
- getBundleStream(String) - Method in class org.apache.felix.deploymentadmin.FileDeploymentPackage
-
- getBundleStream(String) - Method in class org.apache.felix.deploymentadmin.StreamDeploymentPackage
-
- getConfiguration() - Method in class org.apache.felix.deploymentadmin.spi.DeploymentSessionImpl
-
- getCurrentEntryStream() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
Determines the data stream to the current entry of this deployment
package, use this together with the getNextEntry
method.
- getCurrentEntryStream() - Method in class org.apache.felix.deploymentadmin.FileDeploymentPackage
-
- getCurrentEntryStream() - Method in class org.apache.felix.deploymentadmin.StreamDeploymentPackage
-
- getDataFile(Bundle) - Method in class org.apache.felix.deploymentadmin.spi.DeploymentSessionImpl
-
Retrieve the base directory of the persistent storage area according to
OSGi Core R4 6.1.6.10 for the given BundleContext
.
- getDeploymentPackage(Bundle) - Method in class org.apache.felix.deploymentadmin.DeploymentAdminImpl
-
- getDeploymentPackage(String) - Method in class org.apache.felix.deploymentadmin.DeploymentAdminImpl
-
- getDisplayName() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
- getFixPackage() - Method in class org.apache.felix.deploymentadmin.DeploymentPackageManifest
-
Determines the version range a fix package can be applied to
- getHeader(String) - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
- getHeader(String) - Method in class org.apache.felix.deploymentadmin.AbstractInfo
-
Return the value of a header for this resource
- getHeader(String) - Method in class org.apache.felix.deploymentadmin.DeploymentPackageManifest
-
Determines the value of a header in the main section of the manifest.
- getHigh() - Method in class org.apache.felix.deploymentadmin.VersionRange
-
Get the upper boundary of the version range, the boundary being inclusive or not is not taken in to account.
- getIcon() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
- getLog() - Method in class org.apache.felix.deploymentadmin.DeploymentAdminImpl
-
Returns reference to the current logging service defined in the framework.
- getLog() - Method in class org.apache.felix.deploymentadmin.spi.DeploymentSessionImpl
-
Returns the currently present log service.
- getLow() - Method in class org.apache.felix.deploymentadmin.VersionRange
-
Get the lower boundary of the version range, the boundary being inclusive or not is not taken into account.
- getName() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
- getNextEntry() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
Determines the next resource entry in this deployment package based on
the order in which the resources appeared when the package was originally
received.
- getNextEntry() - Method in class org.apache.felix.deploymentadmin.FileDeploymentPackage
-
- getNextEntry() - Method in class org.apache.felix.deploymentadmin.StreamDeploymentPackage
-
- getOrderedBundleInfos() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
Determines the bundles of this deployment package in the order in which
they were originally received.
- getOrderedBundleInfos() - Method in class org.apache.felix.deploymentadmin.FileDeploymentPackage
-
- getOrderedBundleInfos() - Method in class org.apache.felix.deploymentadmin.StreamDeploymentPackage
-
- getOrderedResourceInfos() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
Determines the resources of this deployment package in the order in which
they were originally received.
- getOrderedResourceInfos() - Method in class org.apache.felix.deploymentadmin.FileDeploymentPackage
-
- getOrderedResourceInfos() - Method in class org.apache.felix.deploymentadmin.StreamDeploymentPackage
-
- getPackageAdmin() - Method in class org.apache.felix.deploymentadmin.DeploymentAdminImpl
-
Returns reference to the current package admin defined in the framework.
- getPackageAdmin() - Method in class org.apache.felix.deploymentadmin.spi.DeploymentSessionImpl
-
Returns the currently present package admin.
- getPath() - Method in class org.apache.felix.deploymentadmin.AbstractInfo
-
- getResourceHeader(String, String) - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
- getResourceInfoByPath(String) - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
Determines the info about a processed resource based on it's
path/resource-id.
- getResourceInfos() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
Returns the processed resources of this deployment package as an array of
ResourceInfoImpl
objects.
- getResourceInfos() - Method in class org.apache.felix.deploymentadmin.DeploymentPackageManifest
-
Determines which processed resources are part of the deployment package.
- getResourceProcessor(String) - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
- getResourceProcessor() - Method in class org.apache.felix.deploymentadmin.ResourceInfoImpl
-
Determines the resource processor for this processed resource.
- getResources() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
- getSourceAbstractDeploymentPackage() - Method in class org.apache.felix.deploymentadmin.spi.DeploymentSessionImpl
-
Returns the source deployment package as an
AbstractDeploymentPackage
.
- getSourceDeploymentPackage() - Method in class org.apache.felix.deploymentadmin.spi.DeploymentSessionImpl
-
- GetStorageAreaCommand - Class in org.apache.felix.deploymentadmin.spi
-
Command that determines the storage area's of all bundles in the source
deployment package of a deployment session.
- GetStorageAreaCommand() - Constructor for class org.apache.felix.deploymentadmin.spi.GetStorageAreaCommand
-
- getStorageAreas() - Method in class org.apache.felix.deploymentadmin.spi.GetStorageAreaCommand
-
Determines the storage area's of all bundles in the source deployment
package of a deployment session.
- getSymbolicName() - Method in class org.apache.felix.deploymentadmin.BundleInfoImpl
-
- getSymbolicName() - Method in class org.apache.felix.deploymentadmin.DeploymentPackageManifest
-
Determines the symbolic name of the deployment package.
- getTargetAbstractDeploymentPackage() - Method in class org.apache.felix.deploymentadmin.spi.DeploymentSessionImpl
-
Returns the target deployment package as an
AbstractDeploymentPackage
.
- getTargetDeploymentPackage() - Method in class org.apache.felix.deploymentadmin.spi.DeploymentSessionImpl
-
- getVersion() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
- getVersion() - Method in class org.apache.felix.deploymentadmin.BundleInfoImpl
-
- getVersion() - Method in class org.apache.felix.deploymentadmin.DeploymentPackageManifest
-
Determines the version of the deployment package.
- getVersionRange() - Method in class org.apache.felix.deploymentadmin.AbstractDeploymentPackage
-
If this deployment package is a fix package this method determines the
version range this deployment package can be applied to.