prompto.config.IHostConfiguration Maven / Gradle / Ivy
The newest version!
package prompto.config;
import com.esotericsoftware.yamlbeans.YamlException;
import com.esotericsoftware.yamlbeans.document.YamlElement;
public interface IHostConfiguration {
String getHost();
Integer getPort();
YamlElement toYaml() throws YamlException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy