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 Details

    • getRepositoryName

      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

      String getRepositoryDescription()
      Deprecated.
      This method delivers the description of this repository type.
      Returns:
      The description of the repository type.
      Since:
      1.5