Package org.nuxeo.launcher.info
Class InstanceInfo
- java.lang.Object
-
- org.nuxeo.launcher.info.InstanceInfo
-
public class InstanceInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
clid
ConfigurationInfo
config
DistributionInfo
distribution
String
NUXEO_CONF
String
NUXEO_HOME
List<PackageInfo>
packages
protected static List<String>
SECRET_KEYS
Keys which value must be displayed thoughtfully.
-
Constructor Summary
Constructors Constructor Description InstanceInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
SECRET_KEYS
protected static final List<String> SECRET_KEYS
Keys which value must be displayed thoughtfully.- Since:
- 11.5
-
NUXEO_CONF
public String NUXEO_CONF
-
NUXEO_HOME
public String NUXEO_HOME
-
clid
public String clid
-
distribution
public DistributionInfo distribution
-
packages
public List<PackageInfo> packages
-
config
public ConfigurationInfo config
-
-
Method Detail
-
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)
-
-