Uploaded image for project: 'ShrinkWrap'
  1. ShrinkWrap
  2. SHRINKWRAP-167

Create a ShrinkWrapDeployer for VDF

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0-alpha-10
    • None
    • ext-vdf
    • None

      Create a simplified API facade atop VDF to accept ShrinkWrap archives for deployment/undeployment. ie:

      /**

      • Deploys the specified archives into the Virtual Deployment Framework
      • as an atomic operation.
      • @param archives The archives to deploy
      • @throws IllegalArgumentException If the archives are not specified (null)
      • @throws DeploymentException If an error occurred in deployment
        */
        void deploy(Archive<?>... archives) throws IllegalArgumentException, DeploymentException;

      /**

      • Undeploys the specified archives from the Virtual Deployment Framework. Each
      • archive must have been previously deployed in via this {@link ShrinkWrapDeployer}
      • instance, else it will be ignored and logged as a warning.
      • @param archives The archives to undeploy
      • @throws IllegalArgumentException If the archives are not specified
      • @throws DeploymentException If an error occurred during undeployment
        */
        void undeploy(Archive<?>... archives) throws IllegalArgumentException, DeploymentException;

            arubinge@redhat.com Andrew Rubinger (Inactive)
            arubinge@redhat.com Andrew Rubinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: