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