public class SimplifiedServerInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected List<SimplifiedBundleInfo> |
bundleInfos |
protected List<String> |
errors |
protected String |
runtimeVersion |
protected List<String> |
warnings |
Constructor and Description |
---|
SimplifiedServerInfo() |
Modifier and Type | Method and 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() |
protected List<SimplifiedBundleInfo> bundleInfos
protected String runtimeVersion
public SimplifiedServerInfo()
public List<SimplifiedBundleInfo> getBundleInfos()
public void setBundleInfos(List<SimplifiedBundleInfo> bundleInfos)
public String getApplicationName()
public String getApplicationVersion()
public String getDistributionName()
public String getDistributionVersion()
public String getDistributionHost()
public String getDistributionDate()
public String getRuntimeVersion()
public void setRuntimeVersion(String runtimeVersion)
public List<String> getWarnings()
public void setWarnings(List<String> warnings)
public boolean hasWarnings()
public boolean hasErrors()
Copyright © 2018 Nuxeo. All rights reserved.