Interface DeploymentPackage.DependencyResolution

  • Enclosing class:
    DeploymentPackage

    public static interface DeploymentPackage.DependencyResolution
    Indicates how application dependencies will be resolved when deploying an application.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EXISTING
      Use existing versions where possible, i.e.
      static java.lang.String LATEST
      Deploy the latest version of any dependency.
    • 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