dps.webapplication.configuration.Settings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dps.webapplication Show documentation
Show all versions of dps.webapplication Show documentation
Common classes for webapplications
package dps.webapplication.configuration;
import java.util.HashMap;
public interface Settings {
String getHost();
String getRoot();
String getLocale();
HashMap getLoglevels();
}