Package org.nuxeo.ecm.admin.runtime
Class SimplifiedServerInfo
- java.lang.Object
-
- org.nuxeo.ecm.admin.runtime.SimplifiedServerInfo
-
public class SimplifiedServerInfo extends Object
Holds information about current deployed Nuxeo Platform- Author:
- tiry
-
-
Field Summary
Fields Modifier and Type Field Description protected List<SimplifiedBundleInfo>bundleInfosprotected List<String>errorsprotected StringruntimeVersionprotected List<String>warnings
-
Constructor Summary
Constructors Constructor Description SimplifiedServerInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationName()StringgetApplicationVersion()List<SimplifiedBundleInfo>getBundleInfos()StringgetDistributionDate()StringgetDistributionHost()StringgetDistributionName()StringgetDistributionVersion()List<String>getErrors()StringgetRuntimeVersion()List<String>getWarnings()booleanhasErrors()booleanhasWarnings()voidsetBundleInfos(List<SimplifiedBundleInfo> bundleInfos)voidsetErrors(List<String> errors)voidsetRuntimeVersion(String runtimeVersion)voidsetWarnings(List<String> warnings)StringtoString()
-
-
-
Field Detail
-
bundleInfos
protected List<SimplifiedBundleInfo> bundleInfos
-
runtimeVersion
protected String runtimeVersion
-
-
Constructor Detail
-
SimplifiedServerInfo
public SimplifiedServerInfo()
-
-
Method Detail
-
getBundleInfos
public List<SimplifiedBundleInfo> getBundleInfos()
-
setBundleInfos
public void setBundleInfos(List<SimplifiedBundleInfo> bundleInfos)
-
getApplicationName
public String getApplicationName()
-
getApplicationVersion
public String getApplicationVersion()
-
getDistributionName
public String getDistributionName()
-
getDistributionVersion
public String getDistributionVersion()
-
getDistributionHost
public String getDistributionHost()
-
getDistributionDate
public String getDistributionDate()
-
getRuntimeVersion
public String getRuntimeVersion()
-
setRuntimeVersion
public void setRuntimeVersion(String runtimeVersion)
-
getWarnings
public List<String> getWarnings()
-
setWarnings
public void setWarnings(List<String> warnings)
-
hasWarnings
public boolean hasWarnings()
-
hasErrors
public boolean hasErrors()
- Since:
- 9.1
-
-