Package org.jboss.as.arquillian.api
Interface ServerSetupTask
-
public interface ServerSetupTaskA task which is run before deployment that allows the client to customize the server config.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetup(ManagementClient managementClient, String containerId)voidtearDown(ManagementClient managementClient, String containerId)
-
-
-
Method Detail
-
setup
void setup(ManagementClient managementClient, String containerId) throws Exception
- Throws:
Exception
-
tearDown
void tearDown(ManagementClient managementClient, String containerId) throws Exception
- Throws:
Exception
-
-