Package | Description |
---|---|
org.osgi.service.deploymentadmin.spi |
Deployment Admin SPI Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceProcessor.dropAllResources()
This method is called during an "uninstall" deployment session.
|
void |
ResourceProcessor.dropped(String resource)
Called when a resource, associated with a particular resource processor,
had belonged to an earlier version of a deployment package but is not
present in the current version of the deployment package.
|
void |
ResourceProcessor.prepare()
This method is called on the Resource Processor immediately before
calling the
commit method. |
void |
ResourceProcessor.process(String name,
InputStream stream)
Called when a resource is encountered in the deployment package for which
this resource processor has been selected to handle the processing of
that resource.
|
Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0