|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.analysis.analysisComponent.AbstractAnalysisComponent kieker.analysis.repository.AbstractRepository
public abstract class AbstractRepository
This class should be used as a base for every repository used within Kieker.
Field Summary |
---|
Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent |
---|
CONFIG_NAME, configuration, log, LOG, projectContext, recordsTimeUnitFromProjectContext |
Constructor Summary | |
---|---|
AbstractRepository(Configuration configuration,
IProjectContext projectContext)
The second "default constructor". |
Method Summary | |
---|---|
protected Configuration |
getDefaultConfiguration()
This method delivers an instance of Configuration containing the default properties for this class. |
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 class kieker.analysis.analysisComponent.AbstractAnalysisComponent |
---|
getCurrentConfiguration, getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface kieker.analysis.analysisComponent.IAnalysisComponent |
---|
getCurrentConfiguration, getName |
Constructor Detail |
---|
public AbstractRepository(Configuration configuration, IProjectContext projectContext)
configuration
- The configuration for this component.projectContext
- The project context for this component. The component will be registered.Method Detail |
---|
protected final Configuration getDefaultConfiguration()
Configuration
containing the default properties for this class.
getDefaultConfiguration
in class AbstractAnalysisComponent
public final java.lang.String getRepositoryName()
getRepositoryName
in interface IRepository
public final java.lang.String getRepositoryDescription()
getRepositoryDescription
in interface IRepository
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |