Package de.xima.fc.utils
Class SystemInfoUtils
- java.lang.Object
- 
- de.xima.fc.utils.SystemInfoUtils
 
- 
 public class SystemInfoUtils extends Object Utility class for accessing system information- Author:
- XIMA MEDIA GmbH
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static List<InfoItem<List<?>>>getAppInfo()Returns general information about the applicationstatic List<InfoItem<List<?>>>getDbInfo(DataSource ds)Returns information about the current database used by FORMCYCLE.static List<InfoItem<List<?>>>getEnvironmentInfo()Returns information about the system enviromentstatic List<InfoItem<?>>getFontInfo()Returns information about the system fontsstatic List<InfoItem<?>>getInfoForGui(List<InfoItem<List<?>>> original)static List<InfoItem<List<?>>>getJavaInfo()Returns information about the java virtual machinestatic List<InfoItem<List<?>>>getMemoryInfo()Returns memory information of the systemstatic List<InfoItem<List<?>>>getPathInfo()Returns information about the system path
 
- 
- 
- 
Method Detail- 
getPathInfopublic static final List<InfoItem<List<?>>> getPathInfo() Returns information about the system path
 - 
getEnvironmentInfopublic static final List<InfoItem<List<?>>> getEnvironmentInfo() Returns information about the system enviroment
 - 
getJavaInfopublic static final List<InfoItem<List<?>>> getJavaInfo() Returns information about the java virtual machine
 - 
getMemoryInfopublic static final List<InfoItem<List<?>>> getMemoryInfo() Returns memory information of the system
 - 
getAppInfopublic static final List<InfoItem<List<?>>> getAppInfo() Returns general information about the application
 - 
getDbInfopublic static final List<InfoItem<List<?>>> getDbInfo(DataSource ds) 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.
 
 - 
getFontInfopublic static final List<InfoItem<?>> getFontInfo() Returns information about the system fonts
 
- 
 
-