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>
bundleInfos
protected List<String>
errors
protected String
runtimeVersion
protected List<String>
warnings
-
Constructor Summary
Constructors Constructor Description SimplifiedServerInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationName()
String
getApplicationVersion()
List<SimplifiedBundleInfo>
getBundleInfos()
String
getDistributionDate()
String
getDistributionHost()
String
getDistributionName()
String
getDistributionVersion()
List<String>
getErrors()
String
getRuntimeVersion()
List<String>
getWarnings()
boolean
hasErrors()
boolean
hasWarnings()
void
setBundleInfos(List<SimplifiedBundleInfo> bundleInfos)
void
setErrors(List<String> errors)
void
setRuntimeVersion(String runtimeVersion)
void
setWarnings(List<String> warnings)
String
toString()
-
-
-
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
-
-