Package net.streamlinecloud.api.group
Interface StreamlineGroupImpl
- All Known Implementing Classes:
CloudGroup
,StreamlineGroup
public interface StreamlineGroupImpl
-
Method Summary
Modifier and TypeMethodDescriptionint
int
Returns the minimal Online Count of the GroupgetName()
Returns name of the Groupint
-
Method Details
-
getName
String getName()Returns name of the Group- Returns:
- name
-
getMinOnlineCount
int getMinOnlineCount()Returns the minimal Online Count of the Group- Returns:
- minCount
-
getAutoRestartMinutes
int getAutoRestartMinutes()- Returns:
- Automatically start the server overflow process
-
getTemplates
- Returns:
- The path to the template (%default for the default path from the main config)
-
getSoftwareName
String getSoftwareName()- Returns:
- The name of the server software for this group that is installed into StreamlineCloud
-
getJavaExec
String getJavaExec()- Returns:
- The path to the java executable
-
getRuntime
ServerRuntime getRuntime()- Returns:
- The type of the server (SERVER / PROXY / ETC)
-
getPriority
int getPriority()- Returns:
- The priority as int. lesser important (low int) -> higher important (high int)
-