org.alfresco.web.bean.wcm
Class DeploymentServerConfig
java.lang.Object
org.alfresco.web.bean.wcm.DeploymentServerConfig
- All Implemented Interfaces:
- java.io.Serializable
public final class DeploymentServerConfig
- extends java.lang.Object
- implements java.io.Serializable
Object holding the configuration for a deployment server.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PROP_TYPE
public static final java.lang.String PROP_TYPE
- See Also:
- Constant Field Values
PROP_NAME
public static final java.lang.String PROP_NAME
- See Also:
- Constant Field Values
PROP_HOST
public static final java.lang.String PROP_HOST
- See Also:
- Constant Field Values
PROP_PORT
public static final java.lang.String PROP_PORT
- See Also:
- Constant Field Values
PROP_USER
public static final java.lang.String PROP_USER
- See Also:
- Constant Field Values
PROP_PASSWORD
public static final java.lang.String PROP_PASSWORD
- See Also:
- Constant Field Values
PROP_URL
public static final java.lang.String PROP_URL
- See Also:
- Constant Field Values
PROP_SOURCE_PATH
public static final java.lang.String PROP_SOURCE_PATH
- See Also:
- Constant Field Values
PROP_TARGET_NAME
public static final java.lang.String PROP_TARGET_NAME
- See Also:
- Constant Field Values
PROP_EXCLUDES
public static final java.lang.String PROP_EXCLUDES
- See Also:
- Constant Field Values
PROP_ALLOCATED_TO
public static final java.lang.String PROP_ALLOCATED_TO
- See Also:
- Constant Field Values
PROP_ON_APPROVAL
public static final java.lang.String PROP_ON_APPROVAL
- See Also:
- Constant Field Values
PROP_GROUP
public static final java.lang.String PROP_GROUP
- See Also:
- Constant Field Values
PROP_ADAPTER_NAME
public static final java.lang.String PROP_ADAPTER_NAME
- See Also:
- Constant Field Values
id
protected java.lang.String id
serverRef
protected org.alfresco.service.cmr.repository.NodeRef serverRef
deployType
protected java.lang.String deployType
props
protected java.util.Map props
DeploymentServerConfig
public DeploymentServerConfig(java.lang.String deployType)
DeploymentServerConfig
public DeploymentServerConfig(org.alfresco.service.cmr.repository.NodeRef serverRef,
java.util.Map repoProps)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getId
public java.lang.String getId()
getServerRef
public org.alfresco.service.cmr.repository.NodeRef getServerRef()
getDeployType
public java.lang.String getDeployType()
getProperties
public java.util.Map getProperties()
setProperties
public void setProperties(java.util.Map props)
getRepoProps
public java.util.Map getRepoProps()
populateFromRepoProps
protected void populateFromRepoProps(java.util.Map repoProps)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.