Package de.xima.fc.ms
Class MsSystemProperties
java.lang.Object
de.xima.fc.ms.MsSystemProperties
Helper class for accessing MS system properties.
- Since:
- 7.1.0
- Author:
- XIMA Media GmbH
-
Method Summary
Modifier and TypeMethodDescriptionReturns the update callback email addresses set by the JVM parameter.Returns the value for the JVM parameter for forcing auto updates if it has been set.Returns the value for the JVM parameter for forcing plugin auto updates if it has been set.
-
Method Details
-
isAutoUpdate
Returns the value for the JVM parameter for forcing auto updates if it has been set. -
isAutoUpdatePlugins
Returns the value for the JVM parameter for forcing plugin auto updates if it has been set.- Returns:
true
if auto updates are forced,false
if auto updates are forced to be skipped, or empty if the property has not been set.
-
getUpdateCallbackEmails
Returns the update callback email addresses set by the JVM parameter.
-