Interface Summary |
IAnalysisReport |
This will handle the report produced by an analyser. |
IAnalyze |
Some analysers will be required simply to do analysis of a dump and produce output in the form
of name=value pairs or more complex forms such as XML. |
IAnalyzerBase |
Define the primary interface to an analyser which will do analysis on a DTFJ Image. |
IAnalyzerContext |
Define the Context in which analyzers will operate. |
IDeclareExtensions |
Interface to be implemented by all analyzer beans that contain extension points or extension providers. |
IInteract |
This interface indicates that the analyzer implements interactive shell. |
IMessageLogger |
Interface for classes keeping their own log of messages |
IProgress |
This interface is used to notify subscribers about the progress of analysis. |
IReport |
Define the interface to an analyzer which is intended to generate a report detailing the contents
an Image or the results of analysis. |
IReportOptions |
|
IScript |
Interface for analyzer script engine. |
IWrapper |
This Interface gives an analyser the ability to serve as a wrapper or proxy for some
other object, such as a lower-level DTFJ object or another analyzer. |