Uses of Class
com.ibm.are.report.ProblemContext

Packages that use ProblemContext
com.ibm.are.plugin ARE plugin specification and base implementation
 
com.ibm.are.report ARE reporting specification and implementation of detailed, summary, and XML reporters
 
 

Uses of ProblemContext in com.ibm.are.plugin
 

Methods in com.ibm.are.plugin that return ProblemContext
 ProblemContext BasePlugin.report(java.lang.String msg, java.lang.String errorLevel)
          Report a message at the given error level during the runtime processing.
 ProblemContext PluginReporting.report(java.lang.String msg, java.lang.String errorLevel)
          Report a message at the given error level during the runtime processing.
 ProblemContext BasePlugin.report(java.lang.String msg, java.lang.String errorLevel, com.ibm.are.autofix.FixAction fixAction)
          Report a message at the given error level during the runtime processing, with info about how to fix the problem.
 ProblemContext PluginReporting.report(java.lang.String msg, java.lang.String errorLevel, com.ibm.are.autofix.FixAction fixAction)
          Report a message at the given error level during the runtime processing, with info about how to fix the problem.
 ProblemContext BasePlugin.reportError(java.lang.String msg)
          Report an error message during the runtime processing.
 ProblemContext PluginReporting.reportError(java.lang.String msg)
          Report an error message during the runtime processing.
 ProblemContext BasePlugin.reportError(java.lang.String msg, com.ibm.are.autofix.FixAction fixAction)
          Report an error message during the runtime processing, with info about how to fix the problem.
 ProblemContext PluginReporting.reportError(java.lang.String msg, com.ibm.are.autofix.FixAction fixAction)
          Report an error message during the runtime processing, with info about how to fix the problem.
 ProblemContext BasePlugin.reportInfo(java.lang.String msg)
          Report an informational message during the runtime processing.
 ProblemContext PluginReporting.reportInfo(java.lang.String msg)
          Report an informational message during the runtime processing.
 ProblemContext BasePlugin.reportInfo(java.lang.String msg, com.ibm.are.autofix.FixAction fixAction)
          Report an informational message during the runtime processing, with info about how to fix the problem.
 ProblemContext PluginReporting.reportInfo(java.lang.String msg, com.ibm.are.autofix.FixAction fixAction)
          Report an informational message during the runtime processing, with info about how to fix the problem.
 ProblemContext BasePlugin.reportWarning(java.lang.String msg)
          Report a warning message during the runtime processing.
 ProblemContext PluginReporting.reportWarning(java.lang.String msg)
          Report a warning message during the runtime processing.
 ProblemContext BasePlugin.reportWarning(java.lang.String msg, com.ibm.are.autofix.FixAction fixAction)
          Report a warning message during the runtime processing, with info about how to fix the problem.
 ProblemContext PluginReporting.reportWarning(java.lang.String msg, com.ibm.are.autofix.FixAction fixAction)
          Report a warning message during the runtime processing, with info about how to fix the problem.
 

Methods in com.ibm.are.plugin with parameters of type ProblemContext
 void BasePlugin.ReporterCollection.reportDetail(ProblemContext problemCtx, java.lang.String msg, java.lang.String errorLevel)
          Report details for a problem at the given error level during the runtime processing.
 void BasePlugin.ReporterCollection.reportErrorDetail(ProblemContext problemCtx, java.lang.String msg)
          Report details of an error message during the runtime processing.
 void BasePlugin.ReporterCollection.reportInfoDetail(ProblemContext problemCtx, java.lang.String msg)
          Report details for an informational message during the runtime processing.
 void BasePlugin.ReporterCollection.reportWarningDetail(ProblemContext problemCtx, java.lang.String msg)
          Report details for a warning message during the runtime processing.
 

Uses of ProblemContext in com.ibm.are.report
 

Methods in com.ibm.are.report that return ProblemContext
 ProblemContext ProblemContext.details(java.lang.String msg)
          Reports details for the reported problem represented by this problem context
 

Methods in com.ibm.are.report with parameters of type ProblemContext
 void ReporterReporting.reportDetail(ProblemContext problemCtx, java.lang.String msg, java.lang.String errorLevel)
          Report details for a problem at the given error level during the runtime processing.
 void ReporterReporting.reportErrorDetail(ProblemContext problemCtx, java.lang.String msg)
          Report details of an error message during the runtime processing.
 void ReporterReporting.reportInfoDetail(ProblemContext problemCtx, java.lang.String msg)
          Report details for an informational message during the runtime processing.
 void ReporterReporting.reportWarningDetail(ProblemContext problemCtx, java.lang.String msg)
          Report details for a warning message during the runtime processing.