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 Details

    • client

      @Inject protected org.jboss.as.controller.client.ModelControllerClient client
  • Constructor Details

    • AbstractWildFlyServerMojoTest

      public AbstractWildFlyServerMojoTest()
  • Method Details

    • 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