Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.admin.runtime
Class SimplifiedServerInfo

java.lang.Object
  extended by org.nuxeo.ecm.admin.runtime.SimplifiedServerInfo

public class SimplifiedServerInfo
extends Object

Holds information about current deployed Nuxeo Platform

Author:
tiry

Constructor Summary
SimplifiedServerInfo()
           
 
Method Summary
 String getApplicationName()
           
 String getApplicationVersion()
           
 List<SimplifiedBundleInfo> getBundleInfos()
           
 String getDistributionDate()
           
 String getDistributionHost()
           
 String getDistributionName()
           
 String getDistributionVersion()
           
 String getRuntimeVersion()
           
 List<String> getWarnings()
           
 boolean hasWarnings()
           
 void setBundleInfos(List<SimplifiedBundleInfo> bundleInfos)
           
 void setRuntimeVersion(String runtimeVersion)
           
 void setWarnings(List<String> warnings)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()

toString

public String toString()
Overrides:
toString in class Object

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.