org.alfresco.deployment.impl.server
Class DeploymentTargetRegistrationBean
java.lang.Object
org.alfresco.deployment.impl.server.DeploymentTargetRegistrationBean
public class DeploymentTargetRegistrationBean
- extends java.lang.Object
Utility class to register a deployment target with the deployment engine.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentTargetRegistrationBean
public DeploymentTargetRegistrationBean()
register
public void register()
- Register the deployment target with the deployment target registry
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
setRegistry
public void setRegistry(DeploymentTargetRegistry registry)
getRegistry
public DeploymentTargetRegistry getRegistry()
setTarget
public void setTarget(DeploymentTarget target)
getTarget
public DeploymentTarget getTarget()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.