Uses of Class
org.apache.sling.maven.bundlesupport.deploy.DeployContext
-
Packages that use DeployContext Package Description org.apache.sling.maven.bundlesupport.deploy org.apache.sling.maven.bundlesupport.deploy.method -
-
Uses of DeployContext in org.apache.sling.maven.bundlesupport.deploy
Methods in org.apache.sling.maven.bundlesupport.deploy that return DeployContext Modifier and Type Method Description DeployContextDeployContext. bundleStart(boolean bundleStart)DeployContextDeployContext. bundleStartLevel(String bundleStartLevel)DeployContextDeployContext. failOnError(boolean failOnError)DeployContextDeployContext. httpClient(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient)DeployContextDeployContext. log(org.apache.maven.plugin.logging.Log log)DeployContextDeployContext. mimeType(String mimeType)DeployContextDeployContext. refreshPackages(boolean refreshPackages)Methods in org.apache.sling.maven.bundlesupport.deploy with parameters of type DeployContext Modifier and Type Method Description voidDeployMethod. 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 DeployContext Modifier and Type Method Description voidFelixPostDeployMethod. 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)
-