Package org.nuxeo.ecm.admin.runtime
Class SimplifiedServerInfo
java.lang.Object
org.nuxeo.ecm.admin.runtime.SimplifiedServerInfo
Holds information about current deployed Nuxeo Platform
- Author:
- tiry
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setBundleInfos
(List<SimplifiedBundleInfo> bundleInfos) void
void
setRuntimeVersion
(String runtimeVersion) void
setWarnings
(List<String> warnings) toString()
-
Field Details
-
bundleInfos
-
runtimeVersion
-
warnings
-
errors
-
-
Constructor Details
-
SimplifiedServerInfo
public SimplifiedServerInfo()
-
-
Method Details
-
getBundleInfos
-
setBundleInfos
-
getApplicationName
-
getApplicationVersion
-
getDistributionName
-
getDistributionVersion
-
getDistributionHost
-
getDistributionDate
-
getRuntimeVersion
-
setRuntimeVersion
-
getWarnings
-
setWarnings
-
hasWarnings
public boolean hasWarnings() -
getErrors
- Since:
- 9.1
-
setErrors
- Since:
- 9.1
-
hasErrors
public boolean hasErrors()- Since:
- 9.1
-
toString
-