Kieker 1.8

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

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

String getRepositoryDescription()
This method delivers the description of this repository type.

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

Kieker 1.8

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