|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentTargetRegistry
Method Summary | |
---|---|
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 |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |