Class SnapshotServerSetupTask

java.lang.Object
org.jboss.resteasy.setup.SnapshotServerSetupTask
All Implemented Interfaces:
org.jboss.as.arquillian.api.ServerSetupTask
Direct Known Subclasses:
LoggingSetupTask

public class SnapshotServerSetupTask extends Object implements org.jboss.as.arquillian.api.ServerSetupTask
Author:
James R. Perkins
  • Constructor Details

    • SnapshotServerSetupTask

      public SnapshotServerSetupTask()
  • Method Details

    • setup

      public final void setup(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId) throws Exception
      Specified by:
      setup in interface org.jboss.as.arquillian.api.ServerSetupTask
      Throws:
      Exception
    • tearDown

      public final void tearDown(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId) throws Exception
      Specified by:
      tearDown in interface org.jboss.as.arquillian.api.ServerSetupTask
      Throws:
      Exception
    • doSetup

      protected void doSetup(org.jboss.as.arquillian.container.ManagementClient client, String containerId) throws Exception
      Throws:
      Exception
    • nonManagementCleanUp

      protected void nonManagementCleanUp() throws Exception
      Throws:
      Exception