Package org.wildfly.plugin.tests
Class AbstractWildFlyServerMojoTest
- java.lang.Object
-
- org.wildfly.plugin.tests.AbstractWildFlyMojoTest
-
- org.wildfly.plugin.tests.AbstractWildFlyServerMojoTest
-
public abstract class AbstractWildFlyServerMojoTest extends AbstractWildFlyMojoTest
- Author:
- James R. Perkins
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.as.controller.client.ModelControllerClientclient-
Fields inherited from class org.wildfly.plugin.tests.AbstractWildFlyMojoTest
BASE_CONFIG_DIR, DEPLOYMENT_NAME, rule
-
-
Constructor Summary
Constructors Constructor Description AbstractWildFlyServerMojoTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static voiddeleteRecursively(Path path)protected org.jboss.dmr.ModelNodeexecuteOperation(org.jboss.dmr.ModelNode op)-
Methods inherited from class org.wildfly.plugin.tests.AbstractWildFlyMojoTest
getBaseDir, getDeployment, getPomFile, lookupMojoAndVerify, readMavenProject, setDefaultEnvironment, setValidSession, setValue
-
-
-
-
Method Detail
-
executeOperation
protected org.jboss.dmr.ModelNode executeOperation(org.jboss.dmr.ModelNode op) throws IOException- Throws:
IOException
-
deleteRecursively
protected static void deleteRecursively(Path path) throws IOException
- Throws:
IOException
-
-