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

dps.webapplication.configuration.Settings Maven / Gradle / Ivy

There is a newer version: 1.2.5
Show newest version
package dps.webapplication.configuration;

import java.util.HashMap;

public interface Settings {

    String getHost();
    String getRoot();
    String getLocale();
    HashMap getLoglevels();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy