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

com.atlassian.clover.remote.RemoteServiceProvider Maven / Gradle / Ivy

package com.atlassian.clover.remote;

/**
 */
public interface RemoteServiceProvider {

    Config createConfig(String serverLocation);

    RecorderService createService(Config config);

    RecorderListener createListener(Config config);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy