Uses of Class
org.osgi.service.deploymentadmin.spi.ResourceProcessorException
-
Packages that use ResourceProcessorException Package Description org.osgi.service.deploymentadmin.spi -
-
Uses of ResourceProcessorException in org.osgi.service.deploymentadmin.spi
Methods in org.osgi.service.deploymentadmin.spi that throw ResourceProcessorException Modifier and Type Method Description voidResourceProcessor. dropAllResources()This method is called during an "uninstall" deployment session.voidResourceProcessor. dropped(java.lang.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.voidResourceProcessor. prepare()This method is called on the Resource Processor immediately before calling thecommitmethod.voidResourceProcessor. process(java.lang.String name, java.io.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.
-