Package org.nuxeo.launcher.info
Class InstanceInfo
java.lang.Object
org.nuxeo.launcher.info.InstanceInfo
-
Field Summary
Modifier and TypeFieldDescriptionKeys which value must be displayed thoughtfully. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static List<KeyValueInfo>
computeKeyVals
(ConfigurationHolder configHolder, Set<String> keys) static InstanceInfo
from
(ConfigurationHolder configHolder, String clid, List<org.nuxeo.connect.update.LocalPackage> pkgs) Introspects the server and builds the instance info.
-
Field Details
-
SECRET_KEYS
Keys which value must be displayed thoughtfully.- Since:
- 11.5
-
NUXEO_CONF
-
NUXEO_HOME
-
clid
-
distribution
-
packages
-
config
-
-
Constructor Details
-
InstanceInfo
public InstanceInfo()
-
-
Method Details
-
from
public static InstanceInfo from(ConfigurationHolder configHolder, String clid, List<org.nuxeo.connect.update.LocalPackage> pkgs) Introspects the server and builds the instance info.- Since:
- 11.5
-
computeKeyVals
protected static List<KeyValueInfo> computeKeyVals(ConfigurationHolder configHolder, Set<String> keys)
-