static List<InfoItem<List<?>>> |
SystemInfoUtils.getAppInfo() |
Returns general information about the application
|
static List<InfoItem<List<?>>> |
SystemInfoUtils.getDbInfo(DataSource ds) |
Returns information about the current database used by FORMCYCLE.
|
static List<InfoItem<List<?>>> |
SystemInfoUtils.getEnvironmentInfo() |
Returns information about the system enviroment
|
static List<InfoItem<?>> |
SystemInfoUtils.getFontInfo() |
Returns information about the system fonts
|
static List<InfoItem<?>> |
SystemInfoUtils.getInfoForGui(List<InfoItem<List<?>>> original) |
|
static List<InfoItem<List<?>>> |
SystemInfoUtils.getJavaInfo() |
Returns information about the java virtual machine
|
static List<InfoItem<List<?>>> |
SystemInfoUtils.getMemoryInfo() |
Returns memory information of the system
|
static List<InfoItem<List<?>>> |
SystemInfoUtils.getPathInfo() |
Returns information about the system path
|