Kieker 1.5

kieker.tools.traceAnalysis.filter.systemModel
Class SystemModel2FileFilter

java.lang.Object
  extended by kieker.analysis.plugin.AbstractPlugin
      extended by kieker.analysis.plugin.filter.AbstractFilterPlugin
          extended by kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
              extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference
 
Field Summary
static String CONFIG_PROPERTY_NAME_HTML_OUTPUT_FN
          Name of the configuration property to pass the filename of the HTML output.
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
REPOSITORY_PORT_NAME_SYSTEM_MODEL
 
Fields inherited from class kieker.analysis.plugin.AbstractPlugin
CONFIG_NAME
 
Constructor Summary
SystemModel2FileFilter(Configuration configuration)
           
 
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 component.
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
createExecutionByEntityNames, setErrStream, setOutStream
 
Methods inherited from class kieker.analysis.plugin.filter.AbstractFilterPlugin
init
 
Methods inherited from class kieker.analysis.plugin.AbstractPlugin
areAllRepositoryPortsConnected, connect, connect, getAllInputPortNames, getAllOutputPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, isConnectionAllowed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SystemModel2FileFilter

public SystemModel2FileFilter(Configuration configuration)
Method Detail

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: IFilterPlugin
Initiates a termination of the component. The value of the parameter error indicates whether an error occurred.

Specified by:
terminate in interface IFilterPlugin
Overrides:
terminate in class AbstractFilterPlugin
Parameters:
errorBeforeTermination - true iff an error occurred.

Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net