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

net.anotheria.anosite.api.configuration.SystemConfigurationAPI Maven / Gradle / Ivy

There is a newer version: 4.3.2.1
Show newest version
package net.anotheria.anosite.api.configuration;

import net.anotheria.anoplass.api.API;

import java.util.List;

/**
 * System Configuration API.
 *
 */
public interface SystemConfigurationAPI extends API {

	String getCurrentSystem();

	String getCurrentSystemExpanded();

	List getAvailableSystems();

	String getCurrentApplication();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy