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   
 

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 JiraSupportRequest.getExtendedSystemInfoUtils()
           
 ExtendedSystemInfoUtils ViewSystemInfo.getExtendedSystemInfoUtils()
           
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type ExtendedSystemInfoUtils
JiraSupportRequest(ExtendedSystemInfoUtils extendedSystemInfoUtil)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.