Package de.xima.fc.utils
Class SystemInfoUtils
java.lang.Object
de.xima.fc.utils.SystemInfoUtils
Utility class for accessing system information
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionReturns general information about the applicationgetDbInfo(DataSource ds) Returns information about the current database used by formcycle.Returns information about the system enviromentReturns information about the system fontsgetInfoForGui(List<InfoItem<List<?>>> original) Returns information about the java virtual machineReturns memory information of the systemReturns information about the system path
-
Method Details
-
getPathInfo
Returns information about the system path -
getEnvironmentInfo
Returns information about the system enviroment -
getJavaInfo
Returns information about the java virtual machine -
getMemoryInfo
Returns memory information of the system -
getAppInfo
Returns general information about the application -
getDbInfo
Returns information about the current database used by formcycle. When no database was configured or the database is not reachable, only the info fromXfcConfig.DATABASEis included.- Parameters:
ds- Data source for the database connection in use by formcycle. If null, info items that require the data source are omitted in the result.- Returns:
- A list of info items with database details.
-
getFontInfo
Returns information about the system fonts -
getInfoForGui
-