lumis.portal.deployment
Class DeployConfig

Package class diagram package DeployConfig
java.lang.Object
  extended by lumis.portal.deployment.DeployConfig
Direct Known Subclasses:
PortletDeployConfig

Deprecated. Since 5.0.0 the use of IPortalDeployer has been deprecated.

@Deprecated
public class DeployConfig
extends Object

Configuration for the deployment of a portal resource.

Since:
4.0.7

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

TYPE_ADD

public static final int TYPE_ADD
Deprecated. 
Type that indicates this deployment is adding a new context.

Since:
4.0.7
See Also:
Constant Field Values

TYPE_UPDATE

public static final int TYPE_UPDATE
Deprecated. 
Type that indicates this deployment is updating an existing context.

Since:
4.0.7
See Also:
Constant Field Values
Constructor Detail

DeployConfig

public DeployConfig()
Deprecated. 
Method Detail

getDeployFile

public ZipFile getDeployFile()
Deprecated. 
Returns the file to be deployed.

Returns:
the file to be deployed.
Since:
4.0.7

setDeployFile

public void setDeployFile(ZipFile deployFile)
Deprecated. 
Sets the file to be deployed.

Parameters:
deployFile - the file to be deployed.
Since:
4.0.7

getContextPath

public String getContextPath()
Deprecated. 
Returns the context path where the war is to be deployed into.

Returns:
the context path where the war is to be deployed into.
Since:
4.0.7
See Also:
setContextPath(String)

setContextPath

public void setContextPath(String contextPath)
Deprecated. 
Sets the context path where the war is to be deployed into. Must start with a '/'. Root context is not supported.

Parameters:
contextPath - the context path.
Since:
4.0.7

getType

public int getType()
Deprecated. 
Returns the type of this deployment.

Returns:
the type of this deployment.
Since:
4.0.7
See Also:
TYPE_ADD, TYPE_UPDATE

setType

public void setType(int type)
Deprecated. 
Sets the type of this deployment.

Parameters:
type - the type value to set. Use one of the TYPE constants in this class.
Since:
4.0.7
See Also:
TYPE_ADD, TYPE_UPDATE


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.