All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wildfly.plugin.server.TestServer Maven / Gradle / Ivy

There is a newer version: 5.1.1.Final
Show newest version
/*
 * Copyright The WildFly Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package org.wildfly.plugin.server;

import org.jboss.as.controller.client.ModelControllerClient;
import org.wildfly.plugin.tools.DeploymentManager;

/**
 * @author James R. Perkins
 */
public interface TestServer {

    void start();

    void stop();

    ModelControllerClient getClient();

    DeploymentManager getDeploymentManager();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy