public interface DeploymentTargetRegistry
| Modifier and Type | Method and Description |
|---|---|
Map<String,DeploymentTarget> |
getTargets()
Get the targets for this deployment engine.
|
void |
registerTarget(String name,
DeploymentTarget target)
Register a new deployment target.
|
void |
unregisterTarget(String name)
Unregister a deployment target
|
void registerTarget(String name, DeploymentTarget target)
name - the name of the targettarget - the implementation of the targetvoid unregisterTarget(String name)
name - the name of the targetMap<String,DeploymentTarget> getTargets()
Copyright © 2005–2014 Alfresco Software. All rights reserved.