kieker.tools.traceAnalysis.filter.systemModel
Class SystemModel2FileFilter
java.lang.Object
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
kieker.tools.traceAnalysis.filter.systemModel.SystemModel2FileFilter
- All Implemented Interfaces:
- IFilterPlugin, IPlugin
public class SystemModel2FileFilter
- extends AbstractTraceAnalysisFilter
Writes the contents of a connected SystemModelRepository
to files.
Currently, only HTML output is supported.
- Author:
- Andre van Hoorn
Method Summary |
Configuration |
getCurrentConfiguration()
This method should deliver a Configuration object containing the current configuration of this instance. |
void |
terminate(boolean errorBeforeTermination)
Initiates a termination of the plugin. |
Methods inherited from class kieker.analysis.plugin.AbstractPlugin |
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getName, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start |
CONFIG_PROPERTY_NAME_HTML_OUTPUT_FN
public static final String CONFIG_PROPERTY_NAME_HTML_OUTPUT_FN
- Name of the configuration property to pass the filename of the HTML output.
- See Also:
- Constant Field Values
SystemModel2FileFilter
public SystemModel2FileFilter(Configuration configuration)
getCurrentConfiguration
public Configuration getCurrentConfiguration()
- Description copied from interface:
IPlugin
- This method should deliver a
Configuration
object containing the current configuration of this instance. In other words: The constructor should be
able to use the given object to initialize a new instance of this class with the same intern properties.
- Returns:
- A completely filled configuration object.
terminate
public void terminate(boolean errorBeforeTermination)
- Description copied from interface:
IPlugin
- Initiates a termination of the plugin. This method is only used by the
framework and should not be called manually.
Use the method
AnalysisController.terminate(boolean)
instead.
After receiving this notification, the plugin should terminate any running
methods, e.g., read for readers.
- Specified by:
terminate
in interface IPlugin
- Overrides:
terminate
in class AbstractFilterPlugin
Copyright 2012 Kieker Project, http://kieker-monitoring.net>