Class UndeployConfig

All Implemented Interfaces:
org.nuxeo.connect.update.task.Command

public class UndeployConfig extends UndeployConfigPlaceholder
Undeploys runtime configuration files to the framework.

The inverse of this command is Deploy.

Author:
Bogdan Stefanescu
  • Constructor Details

    • UndeployConfig

      public UndeployConfig()
    • UndeployConfig

      public UndeployConfig(File file)
  • Method Details

    • doRun

      protected org.nuxeo.connect.update.task.Command doRun(org.nuxeo.connect.update.task.Task task, Map<String,String> prefs) throws org.nuxeo.connect.update.PackageException
      Description copied from class: AbstractCommand
      Override to implement command actions
      Overrides:
      doRun in class UndeployConfigPlaceholder
      Returns:
      Rollback command
      Throws:
      org.nuxeo.connect.update.PackageException