Uses of Class
org.apache.sling.maven.bundlesupport.deploy.DeployContext
Packages that use DeployContext
Package
Description
-
Uses of DeployContext in org.apache.sling.maven.bundlesupport.deploy
Methods in org.apache.sling.maven.bundlesupport.deploy that return DeployContextModifier and TypeMethodDescriptionDeployContext.bundleStart(boolean bundleStart) DeployContext.bundleStartLevel(String bundleStartLevel) DeployContext.failOnError(boolean failOnError) DeployContext.httpClient(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient) DeployContext.log(org.apache.maven.plugin.logging.Log log) DeployContext.refreshPackages(boolean refreshPackages) Methods in org.apache.sling.maven.bundlesupport.deploy with parameters of type DeployContextModifier and TypeMethodDescriptionvoidDeployMethod.deploy(URI targetURL, File file, String bundleSymbolicName, DeployContext context) Deploy/install a bundle on a Sling instance.voidDeployMethod.undeploy(URI targetURL, String bundleName, DeployContext context) Undeploy/uninstall a bundle on a Sling instance. -
Uses of DeployContext in org.apache.sling.maven.bundlesupport.deploy.method
Methods in org.apache.sling.maven.bundlesupport.deploy.method with parameters of type DeployContextModifier and TypeMethodDescriptionvoidFelixPostDeployMethod.deploy(URI targetURL, File file, String bundleSymbolicName, DeployContext context) voidSlingPostDeployMethod.deploy(URI targetURL, File file, String bundleSymbolicName, DeployContext context) voidWebDavPutDeployMethod.deploy(URI targetURL, File file, String bundleSymbolicName, DeployContext context) voidFelixPostDeployMethod.undeploy(URI targetURL, String bundleSymbolicName, DeployContext context) voidSlingPostDeployMethod.undeploy(URI targetURL, String bundleName, DeployContext context) voidWebDavPutDeployMethod.undeploy(URI targetURL, String bundleName, DeployContext context)