Package gaiasky.util
Class Settings.ProgramSettings.NetSettings
java.lang.Object
gaiasky.util.Settings.ProgramSettings.NetSettings
- Enclosing class:
Settings.ProgramSettings
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks whether the slave is configured directly in the properties file of Gaia Skyboolean
boolean
boolean
Checks whether the MPCDI configuration file for this slave is set
-
Field Details
-
restPort
public int restPort -
master
-
slave
-
-
Constructor Details
-
NetSettings
public NetSettings()
-
-
Method Details
-
getNetName
-
isMasterInstance
public boolean isMasterInstance() -
isSlaveInstance
public boolean isSlaveInstance() -
isSlaveMPCDIPresent
public boolean isSlaveMPCDIPresent()Checks whether the MPCDI configuration file for this slave is set- Returns:
- Whether the MPCDI file for this slave is set
-
areSlaveConfigPropertiesPresent
public boolean areSlaveConfigPropertiesPresent()Checks whether the slave is configured directly in the properties file of Gaia Sky- Returns:
- Whether the slave is configured in the properties file
-