Package de.xima.fc.e2e.environment.api
Interface IFormcycleEnvironmentConfig
-
public interface IFormcycleEnvironmentConfigConfiguration with the data required for creating a FORMCYCLE web app running in a servlet container.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesgetApplicationProperties()PropertiesgetDatabaseProperties()byte[]getFcmLicenseData()StringgetFcmLicenseKey()URIgetFormcycleWar()PropertiesgetLoggingProperties()ClassLoadergetParentClassLoader()PropertiesgetSystemMailProperties()
-
-
-
Method Detail
-
getApplicationProperties
Properties getApplicationProperties()
- Returns:
- The contents of the
application.propertiesfile to use when starting the FORMCYCLE app.
-
getDatabaseProperties
Properties getDatabaseProperties()
- Returns:
- The contents of the
database.propertiesfile 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.propertiesfile 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.propertiesfile to use when starting the FORMCYCLE app.
-
-