public class SystemInfoHelperImpl extends Object implements SystemInfoHelper, org.springframework.web.context.ServletContextAware
MEGABYTE
Constructor and Description |
---|
SystemInfoHelperImpl() |
SystemInfoHelperImpl(DirectoryManager directoryManager) |
public SystemInfoHelperImpl()
public SystemInfoHelperImpl(DirectoryManager directoryManager)
public String getApplicationServer()
getApplicationServer
in interface SystemInfoHelper
public long getTotalMemory()
getTotalMemory
in interface SystemInfoHelper
public long getFreeMemory()
getFreeMemory
in interface SystemInfoHelper
public long getUsedMemory()
getUsedMemory
in interface SystemInfoHelper
public String getOperatingSystem()
getOperatingSystem
in interface SystemInfoHelper
public String getJavaVersion()
getJavaVersion
in interface SystemInfoHelper
public String getJavaVendor()
getJavaVendor
in interface SystemInfoHelper
public String getJavaRuntime()
getJavaRuntime
in interface SystemInfoHelper
public String getJavaLocale()
getJavaLocale
in interface SystemInfoHelper
public String getFileEncoding()
getFileEncoding
in interface SystemInfoHelper
public String getApplicationUsername()
getApplicationUsername
in interface SystemInfoHelper
public String getArchitecture()
getArchitecture
in interface SystemInfoHelper
public String getCrowdVersion()
getCrowdVersion
in interface SystemInfoHelper
public String getTimeZone()
getTimeZone
in interface SystemInfoHelper
public String getJavaVMVersion()
getJavaVMVersion
in interface SystemInfoHelper
public String getJavaVMVendor()
getJavaVMVendor
in interface SystemInfoHelper
public String getServerId()
getServerId
in interface SystemInfoHelper
public String getDatabaseJdbcDriver()
getDatabaseJdbcDriver
in interface SystemInfoHelper
public String getDatabaseJdbcUsername()
getDatabaseJdbcUsername
in interface SystemInfoHelper
public String getDatabaseJdbcUrl()
getDatabaseJdbcUrl
in interface SystemInfoHelper
public String getDatabaseHibernateDialect()
getDatabaseHibernateDialect
in interface SystemInfoHelper
public String getDatabaseDatasourceJndiName()
getDatabaseDatasourceJndiName
in interface SystemInfoHelper
public boolean isDatabaseDatasource()
isDatabaseDatasource
in interface SystemInfoHelper
public boolean isDatabaseConfigFromEnvVariables()
isDatabaseConfigFromEnvVariables
in interface SystemInfoHelper
public void printMinimalSystemInfo(org.slf4j.Logger logger)
printMinimalSystemInfo
in interface SystemInfoHelper
public void printSystemInfo(org.slf4j.Logger logger)
printSystemInfo
in interface SystemInfoHelper
public PropertyManager getPropertyManager()
public void setPropertyManager(PropertyManager propertyManager)
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext
in interface org.springframework.web.context.ServletContextAware
public CrowdBootstrapManager getBootstrapManager()
public void setBootstrapManager(CrowdBootstrapManager bootstrapManager)
public DirectoryManager getDirectoryManager()
public void setDirectoryManager(DirectoryManager directoryManager)
public void setEnvironmentDrivenDatabaseConfigurationListener(EnvironmentDrivenDatabaseConfigurationListener environmentDrivenDatabaseConfigurationListener)
Copyright © 2021 Atlassian. All rights reserved.