Class SystemInfo

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.crowd.console.action.BaseAction
com.atlassian.crowd.console.action.options.SystemInfo
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class SystemInfo extends BaseAction
See Also:
  • Constructor Details

    • SystemInfo

      public SystemInfo()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class BaseAction
      Throws:
      Exception
    • getSupportInformation

      public String getSupportInformation()
    • getDatabaseJdbcDriver

      public String getDatabaseJdbcDriver()
    • getDatabaseJdbcUsername

      public String getDatabaseJdbcUsername()
    • getDatabaseJdbcUrl

      public String getDatabaseJdbcUrl()
    • getDatabaseHibernateDialect

      public String getDatabaseHibernateDialect()
    • getDatabaseDatasourceJndiName

      public String getDatabaseDatasourceJndiName()
    • isDatabaseDatasource

      public boolean isDatabaseDatasource()
    • isConfigFromEnvVariables

      public boolean isConfigFromEnvVariables()
    • getTimeZone

      public String getTimeZone()
    • getJavaVersion

      public String getJavaVersion()
    • getJavaVendor

      public String getJavaVendor()
    • getJavaVMVersion

      public String getJavaVMVersion()
    • getJavaVMVendor

      public String getJavaVMVendor()
    • getJavaRuntime

      public String getJavaRuntime()
    • getJavaLocale

      public String getJavaLocale()
    • getApplicationUsername

      public String getApplicationUsername()
    • getArchitecture

      public String getArchitecture()
    • getOperatingSystem

      public String getOperatingSystem()
    • getFileEncoding

      public String getFileEncoding()
    • getFreeMemory

      public String getFreeMemory()
    • getUsedMemory

      public String getUsedMemory()
    • getTotalMemory

      public String getTotalMemory()
    • getApplicationServer

      public String getApplicationServer()
    • getServerId

      public String getServerId()
    • getSystemTime

      public Date getSystemTime()
    • getServerStartTime

      public Date getServerStartTime()
    • getCrowdHome

      public String getCrowdHome()
    • getCrowdShared

      public String getCrowdShared()
    • setSystemInfoHelper

      public void setSystemInfoHelper(SystemInfoHelper systemInfoHelper)
    • getSystemInfoHelper

      public SystemInfoHelper getSystemInfoHelper()
    • setSupportInformationService

      public void setSupportInformationService(SupportInformationService supportInformationService)
    • setHomeDirectoryService

      public void setHomeDirectoryService(HomeDirectoryService homeDirectoryService)