Class AbstractRepository

java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.repository.AbstractRepository
All Implemented Interfaces:
IAnalysisComponent, IRepository
Direct Known Subclasses:
DescriptionRepository, SystemModelRepository, TraceColorRepository

@Deprecated
public abstract class AbstractRepository
extends AbstractAnalysisComponent
implements IRepository
Deprecated.
1.15 can be removed when all tools and filters have been ported to TeeTime
This class should be used as a base for every repository used within Kieker.
Since:
1.5
Author:
Nils Christian Ehmke?
  • Constructor Details

    • AbstractRepository

      public AbstractRepository​(Configuration configuration, IProjectContext projectContext)
      Deprecated.
      The second "default constructor".
      Parameters:
      configuration - The configuration for this component.
      projectContext - The project context for this component. The component will be registered.
  • Method Details