Interface IFormcycleEnvironmentConfig


  • public interface IFormcycleEnvironmentConfig
    Configuration with the data required for creating a FORMCYCLE web app running in a servlet container.
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getApplicationProperties

        Properties getApplicationProperties()
        Returns:
        The contents of the application.properties file to use when starting the FORMCYCLE app.
      • getDatabaseProperties

        Properties getDatabaseProperties()
        Returns:
        The contents of the database.properties file to use when starting the FORMCYCLE app.
      • getFcmLicenseData

        byte[] getFcmLicenseData()
        Returns:
        Contents of the license file to use in the FORMCYCLE app.
      • getFcmLicenseKey

        String getFcmLicenseKey()
        Returns:
        Key for the license file to use in the FORMCYCLE app.
      • getFormcycleWar

        URI getFormcycleWar()
        Returns:
        Path to the WAR file with the FORMCYCLE app.
      • getLoggingProperties

        Properties getLoggingProperties()
        Returns:
        The contents of the logging.properties file to use when starting the FORMCYCLE app.
      • getParentClassLoader

        ClassLoader getParentClassLoader()
        Returns:
        Parent class loader for the servlet container's web app class loader.
      • getSystemMailProperties

        Properties getSystemMailProperties()
        Returns:
        The contents of the system-mail.properties file to use when starting the FORMCYCLE app.