Package de.xima.fc.ms
Class MsSystemProperties
- java.lang.Object
 - 
- de.xima.fc.ms.MsSystemProperties
 
 
- 
public class MsSystemProperties extends Object
Helper class for accessing MS system properties.- Since:
 - 7.1.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<List<String>>getUpdateCallbackEmails()Returns the update callback email addresses set by the JVM parameter.static Optional<Boolean>isAutoUpdate()Returns the value for the JVM parameter for forcing auto updates if it has been set.static Optional<Boolean>isAutoUpdatePlugins()Returns the value for the JVM parameter for forcing plugin auto updates if it has been set. 
 - 
 
- 
- 
Method Detail
- 
isAutoUpdate
public static Optional<Boolean> isAutoUpdate()
Returns the value for the JVM parameter for forcing auto updates if it has been set. 
- 
isAutoUpdatePlugins
public static Optional<Boolean> isAutoUpdatePlugins()
Returns the value for the JVM parameter for forcing plugin auto updates if it has been set.- Returns:
 trueif auto updates are forced,falseif auto updates are forced to be skipped, or empty if the property has not been set.
 
 - 
 
 -