public class SystemInfoUtils extends Object
Modifier and Type | Method and Description |
---|---|
static List<InfoItem<List<?>>> |
getAppInfo()
Returns general information about the application
|
static 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 enviroment
|
static List<InfoItem<?>> |
getFontInfo()
Returns information about the system fonts
|
static List<InfoItem<?>> |
getInfoForGui(List<InfoItem<List<?>>> original) |
static List<InfoItem<List<?>>> |
getJavaInfo()
Returns information about the java virtual machine
|
static List<InfoItem<List<?>>> |
getMemoryInfo()
Returns memory information of the system
|
static List<InfoItem<List<?>>> |
getPathInfo()
Returns information about the system path
|
public static final List<InfoItem<List<?>>> getPathInfo()
public static final List<InfoItem<List<?>>> getEnvironmentInfo()
public static final List<InfoItem<List<?>>> getJavaInfo()
public static final List<InfoItem<List<?>>> getMemoryInfo()
public static final List<InfoItem<List<?>>> getAppInfo()
public static final List<InfoItem<List<?>>> getDbInfo(DataSource ds)
XfcConfig.DATABASE
is included.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.public static final List<InfoItem<?>> getFontInfo()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.