Package de.xima.fc.ms

Class MsSystemProperties


  • public class MsSystemProperties
    extends Object
    Helper class for accessing MS system properties.
    Since:
    7.1.0
    Author:
    XIMA Media GmbH
    • Method Detail

      • isAutoUpdate

        public static Optional<Boolean> isAutoUpdate()
        Returns the value for the JVM parameter for forcing auto updates if it has been set.
        Returns:
        Optional of true if auto updates are forced, Optional of false if auto updates are forced to be skipped and an empty Optional if the property has not been set.
      • getUpdateCallbackEmails

        public static Optional<List<String>> getUpdateCallbackEmails()
        Returns the update callback email addresses set by the JVM parameter.
        Returns:
        Optional with a list of email addresses that are to be notified of the FORMCYCLE update completion and an empty Optional if the property has not been set or has been set with an empty value.