|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.deployment.DeployConfig
IPortalDeployer
has been deprecated.
@Deprecated public class DeployConfig
Configuration for the deployment of a portal resource.
Field Summary | |
---|---|
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 Summary | |
---|---|
DeployConfig()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_ADD
public static final int TYPE_UPDATE
Constructor Detail |
---|
public DeployConfig()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |