IPortalDeployer
has been deprecated.@Deprecated public class DeployConfig extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_ADD
Deprecated.
Type that indicates this deployment is adding a new context.
|
static int |
TYPE_UPDATE
Deprecated.
Type that indicates this deployment is updating an existing context.
|
Constructor and Description |
---|
DeployConfig()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getContextPath()
Deprecated.
Returns the context path where the war is to be deployed into.
|
ZipFile |
getDeployFile()
Deprecated.
Returns the file to be deployed.
|
int |
getType()
Deprecated.
Returns the type of this deployment.
|
void |
setContextPath(String contextPath)
Deprecated.
Sets the context path where the war is to be deployed into.
|
void |
setDeployFile(ZipFile deployFile)
Deprecated.
Sets the file to be deployed.
|
void |
setType(int type)
Deprecated.
Sets the type of this deployment.
|
public static final int TYPE_ADD
public static final int TYPE_UPDATE
public ZipFile getDeployFile()
public void setDeployFile(ZipFile deployFile)
deployFile
- the file to be deployed.public String getContextPath()
setContextPath(String)
public void setContextPath(String contextPath)
contextPath
- the context path.public int getType()
TYPE_ADD
,
TYPE_UPDATE
public void setType(int type)
type
- the type value to set. Use one of the TYPE constants in this
class.TYPE_ADD
,
TYPE_UPDATE
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.