Uses of Interface
com.atlassian.jira.util.system.ExtendedSystemInfoUtils

Packages that use ExtendedSystemInfoUtils
com.atlassian.jira.util   
com.atlassian.jira.util.system   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.util   
 

Uses of ExtendedSystemInfoUtils in com.atlassian.jira.util
 

Methods in com.atlassian.jira.util with parameters of type ExtendedSystemInfoUtils
static String ExceptionInterpreterUtil.execute(ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)
          Will pass the exception message through the registered interpreters returing a message string, which can be html if one of the interpreters can handle the exception message.
protected  String OracleDataSizeExceptionInterpreter.handleInvoke(ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)
           
protected  String ExceptionInterpreter.handleInvoke(ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)
           
 String ExceptionInterpreter.invoke(ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)
           
 

Uses of ExtendedSystemInfoUtils in com.atlassian.jira.util.system
 

Classes in com.atlassian.jira.util.system that implement ExtendedSystemInfoUtils
 class ExtendedSystemInfoUtilsImpl
          Implementation for the ExtendedSystemInfoUtils interface.
 

Uses of ExtendedSystemInfoUtils in com.atlassian.jira.web.action.admin
 

Methods in com.atlassian.jira.web.action.admin that return ExtendedSystemInfoUtils
 ExtendedSystemInfoUtils ViewSystemInfo.getExtendedSystemInfoUtils()
           
 

Uses of ExtendedSystemInfoUtils in com.atlassian.jira.web.util
 

Constructors in com.atlassian.jira.web.util with parameters of type ExtendedSystemInfoUtils
InternalServerErrorDataSource(I18nHelper i18nHelper, ExtendedSystemInfoUtils extendedSystemInfoUtils, javax.servlet.ServletContext servletContext, LocaleManager localeManager, javax.servlet.http.HttpServletRequest req)
           
InternalServerErrorExceptionDataSource(Throwable exception, ExtendedSystemInfoUtils extendedSystemInfoUtils)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.