Package 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
@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?
-
Field Summary
Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME, configuration, logger, projectContext, recordsTimeUnitFromProjectContext -
Constructor Summary
ConstructorsConstructorDescriptionAbstractRepository(Configuration configuration, IProjectContext projectContext) Deprecated.The second "default constructor". -
Method Summary
Modifier and TypeMethodDescriptionprotected final ConfigurationDeprecated.This method delivers an instance ofConfigurationcontaining the default properties for this class.final StringDeprecated.This method delivers the description of this repository type.final StringDeprecated.This method delivers the repository name of this repository type.Methods inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
getCurrentConfiguration, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface kieker.analysis.analysisComponent.IAnalysisComponent
getCurrentConfiguration, getName
-
Constructor Details
-
AbstractRepository
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
-
getDefaultConfiguration
Deprecated.This method delivers an instance ofConfigurationcontaining the default properties for this class.- Specified by:
getDefaultConfigurationin classAbstractAnalysisComponent- Returns:
- The default properties.
-
getRepositoryName
Deprecated.This method delivers the repository name of this repository type. The name should be unique, e.g., the classname.- Specified by:
getRepositoryNamein interfaceIRepository- Returns:
- The name of the repository type.
-
getRepositoryDescription
Deprecated.This method delivers the description of this repository type.- Specified by:
getRepositoryDescriptionin interfaceIRepository- Returns:
- The description of the repository type.
-