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

io.github.mike10004.vhs.VirtualHarServer Maven / Gradle / Ivy

package io.github.mike10004.vhs;

import java.io.IOException;

public interface VirtualHarServer {

    VirtualHarServerControl start() throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy