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

br.com.jarch.test.system.SystemInfo Maven / Gradle / Ivy

There is a newer version: 24.9.0
Show newest version
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