public interface DeploymentTargetRegistry
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getTargets()
Get the targets for this deployment engine.
|
void |
registerTarget(java.lang.String name,
DeploymentTarget target)
Register a new deployment target.
|
void |
unregisterTarget(java.lang.String name)
Unregister a deployment target
|
void registerTarget(java.lang.String name,
DeploymentTarget target)
name - the name of the targettarget - the implementation of the targetvoid unregisterTarget(java.lang.String name)
name - the name of the targetjava.util.Map getTargets()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.