public class FelixPostDeployMethod extends Object implements DeployMethod
| Constructor and Description |
|---|
FelixPostDeployMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(URI targetURL,
File file,
String bundleSymbolicName,
DeployContext context)
Deploy/install a bundle on a Sling instance.
|
void |
undeploy(URI targetURL,
String bundleSymbolicName,
DeployContext context)
Undeploy/uninstall a bundle on a Sling instance.
|
public void deploy(URI targetURL, File file, String bundleSymbolicName, DeployContext context) throws IOException
DeployMethoddeploy in interface DeployMethodtargetURL - Target URLfile - Bundle filebundleSymbolicName - Bundle symbolic namecontext - Deploy context parametersIOException - in case of failurepublic void undeploy(URI targetURL, String bundleSymbolicName, DeployContext context) throws IOException
DeployMethodundeploy in interface DeployMethodtargetURL - Target URLbundleSymbolicName - Bundle symbolic name or file name (for all methods except for FelixPostDeployMethod)context - Deploy context parametersIOException - in case of failureCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.