public abstract class AbstractRepository extends AbstractAnalysisComponent implements IRepository
CONFIG_NAME, configuration, log, LOG, projectContext, recordsTimeUnitFromProjectContext
Constructor and Description |
---|
AbstractRepository(Configuration configuration,
IProjectContext projectContext)
The second "default constructor".
|
Modifier and Type | Method and Description |
---|---|
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.
|
getCurrentConfiguration, getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCurrentConfiguration, getName
public AbstractRepository(Configuration configuration, IProjectContext projectContext)
configuration
- The configuration for this component.projectContext
- The project context for this component. The component will be registered.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
Copyright 2017 Kieker Project, http://kieker-monitoring.net