public abstract class AbstractRepository extends AbstractAnalysisComponent implements IRepository
CONFIG_NAME, configuration, logger, 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, getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentConfiguration, getNamepublic 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 AbstractAnalysisComponentpublic final java.lang.String getRepositoryName()
getRepositoryName in interface IRepositorypublic final java.lang.String getRepositoryDescription()
getRepositoryDescription in interface IRepositoryCopyright 2020 Kieker Project, http://kieker-monitoring.net