A B C D E F G H I L M N O P R S T U V W X

R

readFile(String, String) - Static method in class com.ibm.are.common.Utils
Reads the contents of the file, interpreting its contents using the specified character encoding.
removeAllIgnoreCase(StringList) - Method in class com.ibm.are.common.StringList
Removes all items in the given list from the list of strings.
removeAllReporters() - Method in class com.ibm.are.plugin.BasePlugin
Removes all reporters
removeAllReporters() - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Removes all reporters
removeIgnoreCase(String) - Method in class com.ibm.are.common.StringList
Removes the given item from the list of strings.
removeReporter(String) - Method in class com.ibm.are.plugin.BasePlugin
Removes all reporters whose class name matches the given class name
removeReporter(String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Removes all reporters whose class name matches the given class name
report(String, String, FixAction) - Method in class com.ibm.are.plugin.BasePlugin
Report a message at the given error level during the runtime processing, with info about how to fix the problem.
report(String, String) - Method in class com.ibm.are.plugin.BasePlugin
Report a message at the given error level during the runtime processing.
report(String, int) - Method in class com.ibm.are.plugin.BasePlugin
Report a message at the given level in the reporting hierarchy.
report(String, String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report a message at the given error level during the runtime processing.
report(String, String, FixAction) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report a message at the given error level during the runtime processing, with info about how to fix the problem.
report(String, int) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report a message at the given level in the reporting hierarchy.
report(String, String) - Method in interface com.ibm.are.plugin.PluginReporting
Report a message at the given error level during the runtime processing.
report(String, String, FixAction) - Method in interface com.ibm.are.plugin.PluginReporting
Report a message at the given error level during the runtime processing, with info about how to fix the problem.
report(String, String) - Method in interface com.ibm.are.report.ReporterReporting
Report a message at the given error level during the runtime processing.
report(String, String, FixAction) - Method in interface com.ibm.are.report.ReporterReporting
Report a message at the given error level during the runtime processing, with info about how to fix the problem.
report(String, int) - Method in interface com.ibm.are.report.StatusReporting
Report a message at the given level in the reporting hierarchy.
reportDetail(ProblemContext, String, String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report details for a problem at the given error level during the runtime processing.
reportDetail(ProblemContext, String, String) - Method in interface com.ibm.are.report.ReporterReporting
Report details for a problem at the given error level during the runtime processing.
reporter - Variable in class com.ibm.are.plugin.BasePlugin
Collection of reporters used to format and generate reports for the plugin
ReporterReporting - Interface in com.ibm.are.report
The ReporterReporting interface defines the set of methods used for reporting problems in the ARE environment.
reportError(String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report an error message during the runtime processing.
reportError(String, FixAction) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report an error message during the runtime processing, with info about how to fix the problem.
reportError(String) - Method in class com.ibm.are.plugin.BasePlugin
Report an error message during the runtime processing.
reportError(String, FixAction) - Method in class com.ibm.are.plugin.BasePlugin
Report an error message during the runtime processing, with info about how to fix the problem.
reportError(String) - Method in interface com.ibm.are.plugin.PluginReporting
Report an error message during the runtime processing.
reportError(String, FixAction) - Method in interface com.ibm.are.plugin.PluginReporting
Report an error message during the runtime processing, with info about how to fix the problem.
reportError(String) - Method in interface com.ibm.are.report.ReporterReporting
Report an error message during the runtime processing.
reportError(String, FixAction) - Method in interface com.ibm.are.report.ReporterReporting
Report an error message during the runtime processing, with info about how to fix the problem.
reportErrorDetail(ProblemContext, String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report details of an error message during the runtime processing.
reportErrorDetail(ProblemContext, String) - Method in interface com.ibm.are.report.ReporterReporting
Report details of an error message during the runtime processing.
reporters - Variable in class com.ibm.are.plugin.BasePlugin.ReporterCollection
List of objects used for reporting.
reportFinish(Element, ResultInfo) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Reports the result of the runtime processing for a plugin.
reportFinish(Element, ResultInfo) - Method in class com.ibm.are.plugin.BasePlugin
Reports the result of the runtime processing for a plugin.
reportFinish(Element, ResultInfo) - Method in interface com.ibm.are.report.StatusReporting
Reports the result of the runtime processing for a plugin.
reportInfo(String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report an informational message during the runtime processing.
reportInfo(String, FixAction) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report an informational message during the runtime processing, with info about how to fix the problem.
reportInfo(String) - Method in class com.ibm.are.plugin.BasePlugin
Report an informational message during the runtime processing.
reportInfo(String, FixAction) - Method in class com.ibm.are.plugin.BasePlugin
Report an informational message during the runtime processing, with info about how to fix the problem.
reportInfo(String) - Method in interface com.ibm.are.plugin.PluginReporting
Report an informational message during the runtime processing.
reportInfo(String, FixAction) - Method in interface com.ibm.are.plugin.PluginReporting
Report an informational message during the runtime processing, with info about how to fix the problem.
reportInfo(String) - Method in interface com.ibm.are.report.ReporterReporting
Report an informational message during the runtime processing.
reportInfo(String, FixAction) - Method in interface com.ibm.are.report.ReporterReporting
Report an informational message during the runtime processing, with info about how to fix the problem.
reportInfoDetail(ProblemContext, String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report details for an informational message during the runtime processing.
reportInfoDetail(ProblemContext, String) - Method in interface com.ibm.are.report.ReporterReporting
Report details for an informational message during the runtime processing.
Reporting - Interface in com.ibm.are.report
The Reporting interface outlines some basic constructs and constants for reporting status and problems in the ARE environment, such as the format of a report and the different severity levels that problems can be reported at.
reportStart(Element) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Reports the start of a plugin
reportStart(Element) - Method in class com.ibm.are.plugin.BasePlugin
Reports the start of a plugin
reportStart(Element) - Method in interface com.ibm.are.report.StatusReporting
Reports the start of a plugin
reportStatistic(String, Object, int) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Reports an interesting or very important statistic.
reportStatistic(String, Object, int) - Method in class com.ibm.are.plugin.BasePlugin
Reports an interesting or very important statistic.
reportStatistic(String, Object, int) - Method in interface com.ibm.are.report.StatusReporting
Reports an interesting or very important statistic.
reportStep(String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Reports a new step in the runtime processing.
reportStep(String) - Method in class com.ibm.are.plugin.BasePlugin
Reports a new step in the runtime processing.
reportStep(String) - Method in interface com.ibm.are.report.StatusReporting
Reports a new step in the runtime processing.
reportStepDetail(String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Reports a new step detail in the runtime processing.
reportStepDetail(String) - Method in class com.ibm.are.plugin.BasePlugin
Reports a new step detail in the runtime processing.
reportStepDetail(String) - Method in interface com.ibm.are.report.StatusReporting
Reports a new step detail in the runtime processing.
reportSubStep(String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Reports a new sub step in the runtime processing.
reportSubStep(String) - Method in class com.ibm.are.plugin.BasePlugin
Reports a new sub step in the runtime processing.
reportSubStep(String) - Method in interface com.ibm.are.report.StatusReporting
Reports a new sub step in the runtime processing.
reportSubStepDetail(String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Reports a new sub step detail in the runtime processing.
reportSubStepDetail(String) - Method in class com.ibm.are.plugin.BasePlugin
Reports a new sub step detail in the runtime processing.
reportSubStepDetail(String) - Method in interface com.ibm.are.report.StatusReporting
Reports a new sub step detail in the runtime processing.
reportWarning(String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report a warning message during the runtime processing.
reportWarning(String, FixAction) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report a warning message during the runtime processing, with info about how to fix the problem.
reportWarning(String) - Method in class com.ibm.are.plugin.BasePlugin
Report a warning message during the runtime processing.
reportWarning(String, FixAction) - Method in class com.ibm.are.plugin.BasePlugin
Report a warning message during the runtime processing, with info about how to fix the problem.
reportWarning(String) - Method in interface com.ibm.are.plugin.PluginReporting
Report a warning message during the runtime processing.
reportWarning(String, FixAction) - Method in interface com.ibm.are.plugin.PluginReporting
Report a warning message during the runtime processing, with info about how to fix the problem.
reportWarning(String) - Method in interface com.ibm.are.report.ReporterReporting
Report a warning message during the runtime processing.
reportWarning(String, FixAction) - Method in interface com.ibm.are.report.ReporterReporting
Report a warning message during the runtime processing, with info about how to fix the problem.
reportWarningDetail(ProblemContext, String) - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Report details for a warning message during the runtime processing.
reportWarningDetail(ProblemContext, String) - Method in interface com.ibm.are.report.ReporterReporting
Report details for a warning message during the runtime processing.
result - Variable in class com.ibm.are.plugin.BasePlugin
The result value of running the plugin
result() - Method in class com.ibm.are.plugin.BasePlugin
Retrieves the result of the plugin being run.
result() - Method in interface com.ibm.are.plugin.Plugin
Retrieves the result of the plugin being run.
ResultInfo - Class in com.ibm.are.plugin
The ResultInfo class is used to communicate the result status of running a plugin.
ResultInfo(boolean) - Constructor for class com.ibm.are.plugin.ResultInfo
Constructs a new ResultInfo object with the specified result status
RIGHT_ALIGN - Static variable in class com.ibm.are.common.AlignableString
Right align the string
run(StringList, StringList, String) - Method in class com.ibm.are.common.CommandRunner
Runs the command.
run(StringList, StringList) - Method in class com.ibm.are.common.CommandRunner
Runs the command.
run() - Method in class com.ibm.are.common.CommandRunner
Runs the command.
run(Logger) - Method in class com.ibm.are.common.CommandRunner
Runs the command.
run() - Method in class com.ibm.are.plugin.BasePlugin
This method is used to bookend the real implementation of the plugin, the BasePlugin.runImpl() method.
run() - Method in interface com.ibm.are.plugin.Plugin
Runs the plugin.
runAndLog(StringList, StringList) - Method in class com.ibm.are.common.CommandRunner
Runs the command, and uses a previously specified logger to log information.
runImpl() - Method in class com.ibm.are.plugin.BasePlugin
The implementation of the plugin.
runtimeUserAuthorityChecks() - Method in class com.ibm.are.platform.impl.IBMi
Checks if the IBM i user profile running ARE has *ALLOBJ authority.
runtimeUserAuthorityChecks() - Method in class com.ibm.are.platform.Platform
Perform any user authority checks prior to ARE running any plugins

A B C D E F G H I L M N O P R S T U V W X