Kieker 1.12

kieker.analysis.repository
Interface IRepository

All Superinterfaces:
IAnalysisComponent
All Known Implementing Classes:
AbstractRepository, DescriptionRepository, SystemModelRepository, TraceColorRepository

public interface IRepository
extends IAnalysisComponent

This is the interface for repositories within Kieker.

Since:
1.5
Author:
Andre van Hoorn, Nils Christian Ehmke, Jan Waller

Method Summary
 java.lang.String getRepositoryDescription()
          This method delivers the description of this repository type.
 java.lang.String getRepositoryName()
          This method delivers the repository name of this repository type.
 
Methods inherited from interface kieker.analysis.analysisComponent.IAnalysisComponent
getCurrentConfiguration, getName
 

Method Detail

getRepositoryName

java.lang.String getRepositoryName()
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()
This method delivers the description of this repository type.

Returns:
The description of the repository type.
Since:
1.5

Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net