Interface CandidateDeployment
- 
- All Known Implementing Classes:
- CandidateDeploymentImpl
 
 public interface CandidateDeployment
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()java.util.Map<java.lang.String,Resource>getResources()
 
- 
- 
- 
Method Detail- 
getNamejava.lang.String getName() - Returns:
- the name to be used for the deployment
 
 - 
getResourcesjava.util.Map<java.lang.String,Resource> getResources() - Returns:
- a map of all the resources provided for deployment
 
 
- 
 
-