Interface DeploymentPackage.DependencyResolution
- 
- Enclosing class:
 - DeploymentPackage
 
public static interface DeploymentPackage.DependencyResolutionIndicates how application dependencies will be resolved when deploying an application. 
- 
- 
Field Detail
- 
LATEST
static final java.lang.String LATEST
Deploy the latest version of any dependency.- See Also:
 - Constant Field Values
 
 
- 
EXISTING
static final java.lang.String EXISTING
Use existing versions where possible, i.e. do a minimal change.- See Also:
 - Constant Field Values
 
 
 - 
 
 -