public class DeploymentOrder extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator |
APPLICATION_COMPARATOR
A comparator that imposes deployment ordering as defined by
DEPLOYMENT_ORDER above (for ordering among deployment
types) and by the various DeploymentTypes (for ordering within
deployment types). |
static DeploymentType[] |
APPLICATION_DEPLOYMENT_ORDER
Deployment ordering among different deployment types.
|
| Constructor and Description |
|---|
DeploymentOrder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addApplicationDeployment(ApplicationOrderInfo app) |
static Iterator |
getApplicationDeployments() |
public static final DeploymentType[] APPLICATION_DEPLOYMENT_ORDER
DeploymentType.public static final Comparator APPLICATION_COMPARATOR
DEPLOYMENT_ORDER above (for ordering among deployment
types) and by the various DeploymentTypes (for ordering within
deployment types).public static void addApplicationDeployment(ApplicationOrderInfo app)
public static Iterator getApplicationDeployments()
Copyright © 2017. All rights reserved.