Uses of Class
com.ibm.are.plugin.ResultInfo

Packages that use ResultInfo
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 ResultInfo in com.ibm.are.plugin
 

Subclasses of ResultInfo in com.ibm.are.plugin
 class ExtendedResultInfo
          The ExtendedResultInfo class is used to communicate the result status of running a plugin along with additional information, such as any exception that may have occurred or any results of the plugin's verification that other plugins may want access to.
 

Fields in com.ibm.are.plugin declared as ResultInfo
protected  ResultInfo BasePlugin.result
          The result value of running the plugin
 

Methods in com.ibm.are.plugin that return ResultInfo
 ResultInfo BasePlugin.result()
          Retrieves the result of the plugin being run.
 ResultInfo Plugin.result()
          Retrieves the result of the plugin being run.
protected abstract  ResultInfo BasePlugin.runImpl()
          The implementation of the plugin.
 

Methods in com.ibm.are.plugin with parameters of type ResultInfo
 void BasePlugin.reportFinish(com.ibm.are.core.Element elem, ResultInfo result)
          Reports the result of the runtime processing for a plugin.
 void BasePlugin.ReporterCollection.reportFinish(com.ibm.are.core.Element elem, ResultInfo result)
          Reports the result of the runtime processing for a plugin.
 

Uses of ResultInfo in com.ibm.are.report
 

Methods in com.ibm.are.report with parameters of type ResultInfo
 void StatusReporting.reportFinish(com.ibm.are.core.Element elem, ResultInfo result)
          Reports the result of the runtime processing for a plugin.