Class DeploymentOrder


  • public class DeploymentOrder
    extends Object
    • Field Detail

      • APPLICATION_DEPLOYMENT_ORDER

        public static final DeploymentType[] APPLICATION_DEPLOYMENT_ORDER
        Deployment ordering among different deployment types. For deployment ordering within a particular type, please refer to DeploymentType.
      • APPLICATION_COMPARATOR

        public static final 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).
    • Constructor Detail

      • DeploymentOrder

        public DeploymentOrder()
    • Method Detail

      • addApplicationDeployment

        public static void addApplicationDeployment​(ApplicationOrderInfo app)
      • getApplicationDeployments

        public static Iterator getApplicationDeployments()