kieker.analysis.repository
Class AbstractRepository
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.repository.AbstractRepository
- All Implemented Interfaces:
- IAnalysisComponent, IRepository
- Direct Known Subclasses:
- DescriptionRepository, SystemModelRepository, TraceColorRepository
public abstract class AbstractRepository
- extends AbstractAnalysisComponent
- implements IRepository
This class should be used as a base for every repository used within Kieker.
- Since:
- 1.5
- Author:
- Nils Christian Ehmke?
AbstractRepository
public AbstractRepository(Configuration configuration,
IProjectContext projectContext)
- The second "default constructor".
- Parameters:
configuration
- The configuration for this component.projectContext
- The project context for this component. The component will be registered.
getRepositoryName
public final String getRepositoryName()
- This method delivers the repository name of this repository type. The name should be unique, e.g., the classname.
- Specified by:
getRepositoryName
in interface IRepository
- Returns:
- The name of the repository type.
getRepositoryDescription
public final String getRepositoryDescription()
- This method delivers the description of this repository type.
- Specified by:
getRepositoryDescription
in interface IRepository
- Returns:
- The description of the repository type.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>