br.com.jarch.test.system.SystemInfo Maven / Gradle / Ivy
package br.com.jarch.test.system;
public interface SystemInfo {
String getProtocol();
String getServer();
String getPort();
String getContextRoot();
String getUser();
String getPassword();
Integer getMultiTenantId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy