Class SourceStageFactory

java.lang.Object
kieker.tools.source.SourceStageFactory

public final class SourceStageFactory
extends java.lang.Object
Factory to create a source stage depending on the configuration object.
Since:
1.15
  • Method Summary

    Modifier and Type Method Description
    static kieker.analysis.generic.source.ISourceCompositeStage createSourceCompositeStage​(kieker.common.configuration.Configuration configuration)
    Create a source stage based on the given configuration.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • createSourceCompositeStage

      public static kieker.analysis.generic.source.ISourceCompositeStage createSourceCompositeStage​(kieker.common.configuration.Configuration configuration) throws kieker.common.exception.ConfigurationException
      Create a source stage based on the given configuration.
      Parameters:
      configuration - configuration
      Returns:
      instantiated reader composite stage
      Throws:
      kieker.common.exception.ConfigurationException - on error