Package kieker.analysis.repository
Interface IRepository
- All Superinterfaces:
IAnalysisComponent
- All Known Implementing Classes:
AbstractRepository,DescriptionRepository,SystemModelRepository,TraceColorRepository
@Deprecated public interface IRepository extends IAnalysisComponent
Deprecated.
since 1.15.1 old plugin api
This is the interface for repositories within Kieker.
- Since:
- 1.5
- Author:
- Andre van Hoorn, Nils Christian Ehmke, Jan Waller
-
Method Summary
Modifier and Type Method Description java.lang.StringgetRepositoryDescription()Deprecated.This method delivers the description of this repository type.java.lang.StringgetRepositoryName()Deprecated.This method delivers the repository name of this repository type.Methods inherited from interface kieker.analysis.analysisComponent.IAnalysisComponent
getCurrentConfiguration, getName
-
Method Details
-
getRepositoryName
java.lang.String getRepositoryName()Deprecated.This method delivers the repository name of this repository type. The name should be unique, e.g., the classname.- Returns:
- The name of the repository type.
- Since:
- 1.5
-
getRepositoryDescription
java.lang.String getRepositoryDescription()Deprecated.This method delivers the description of this repository type.- Returns:
- The description of the repository type.
- Since:
- 1.5
-