Package | Description |
---|---|
org.apache.sling.maven.bundlesupport.deploy | |
org.apache.sling.maven.bundlesupport.deploy.method |
Modifier and Type | Method and Description |
---|---|
DeployContext |
DeployContext.bundleStart(boolean bundleStart) |
DeployContext |
DeployContext.bundleStartLevel(String bundleStartLevel) |
DeployContext |
DeployContext.failOnError(boolean failOnError) |
DeployContext |
DeployContext.httpClient(org.apache.commons.httpclient.HttpClient httpClient) |
DeployContext |
DeployContext.log(org.apache.maven.plugin.logging.Log log) |
DeployContext |
DeployContext.mimeType(String mimeType) |
DeployContext |
DeployContext.refreshPackages(boolean refreshPackages) |
Modifier and Type | Method and Description |
---|---|
void |
DeployMethod.deploy(String targetURL,
File file,
String bundleSymbolicName,
DeployContext context)
Deploy/install a bundle on a Sling instance.
|
void |
DeployMethod.undeploy(String targetURL,
File file,
String bundleSymbolicName,
DeployContext context)
Undeploy/uninstall a bundle on a Sling instance.
|
Modifier and Type | Method and Description |
---|---|
void |
WebDavPutDeployMethod.deploy(String targetURL,
File file,
String bundleSymbolicName,
DeployContext context) |
void |
SlingPostDeployMethod.deploy(String targetURL,
File file,
String bundleSymbolicName,
DeployContext context) |
void |
FelixPostDeployMethod.deploy(String targetURL,
File file,
String bundleSymbolicName,
DeployContext context) |
void |
WebDavPutDeployMethod.undeploy(String targetURL,
File file,
String bundleSymbolicName,
DeployContext context) |
void |
SlingPostDeployMethod.undeploy(String targetURL,
File file,
String bundleSymbolicName,
DeployContext context) |
void |
FelixPostDeployMethod.undeploy(String targetURL,
File file,
String bundleSymbolicName,
DeployContext context) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.