public final class DeployContext extends Object
Constructor and Description |
---|
DeployContext() |
Modifier and Type | Method and Description |
---|---|
DeployContext |
bundleStart(boolean bundleStart) |
DeployContext |
bundleStartLevel(String bundleStartLevel) |
DeployContext |
failOnError(boolean failOnError) |
String |
getBundleStartLevel() |
org.apache.commons.httpclient.HttpClient |
getHttpClient() |
org.apache.maven.plugin.logging.Log |
getLog() |
String |
getMimeType() |
DeployContext |
httpClient(org.apache.commons.httpclient.HttpClient httpClient) |
boolean |
isBundleStart() |
boolean |
isFailOnError() |
boolean |
isRefreshPackages() |
DeployContext |
log(org.apache.maven.plugin.logging.Log log) |
DeployContext |
mimeType(String mimeType) |
DeployContext |
refreshPackages(boolean refreshPackages) |
public org.apache.maven.plugin.logging.Log getLog()
public DeployContext log(org.apache.maven.plugin.logging.Log log)
public org.apache.commons.httpclient.HttpClient getHttpClient()
public DeployContext httpClient(org.apache.commons.httpclient.HttpClient httpClient)
public boolean isFailOnError()
public DeployContext failOnError(boolean failOnError)
public String getBundleStartLevel()
public DeployContext bundleStartLevel(String bundleStartLevel)
public boolean isBundleStart()
public DeployContext bundleStart(boolean bundleStart)
public String getMimeType()
public DeployContext mimeType(String mimeType)
public boolean isRefreshPackages()
public DeployContext refreshPackages(boolean refreshPackages)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.