| 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractRepository | |
|---|---|
| kieker.analysis | |
| kieker.analysis.model | |
| kieker.analysis.plugin | |
| kieker.tools.traceAnalysis.repository | |
| kieker.tools.traceAnalysis.systemModel.repository | |
| Uses of AbstractRepository in kieker.analysis | 
|---|
| Methods in kieker.analysis that return types with arguments of type AbstractRepository | |
|---|---|
 java.util.Collection<AbstractRepository> | 
AnalysisController.getRepositories()
Delivers an unmodifiable collection of all repositories.  | 
 java.util.Collection<AbstractRepository> | 
IAnalysisController.getRepositories()
Delivers an unmodifiable collection of all repositories.  | 
 java.util.Map<MIRepository,AbstractRepository> | 
AnalysisController.AnalysisControllerWithMapping.getRepositoryMap()
Getter for the property AnalysisController.AnalysisControllerWithMapping.repositoryMap. | 
| Methods in kieker.analysis with parameters of type AbstractRepository | |
|---|---|
 void | 
AnalysisController.connect(AbstractPlugin plugin,
        java.lang.String repositoryPort,
        AbstractRepository repository)
Connects the given repository to this plugin via the given name.  | 
 void | 
IAnalysisController.connect(AbstractPlugin plugin,
        java.lang.String repositoryPort,
        AbstractRepository repository)
Connects the given repository to this plugin via the given name.  | 
 void | 
AnalysisController.registerRepository(AbstractRepository repository)
Registers the given repository with this analysis instance.  | 
| Constructor parameters in kieker.analysis with type arguments of type AbstractRepository | |
|---|---|
AnalysisController.AnalysisControllerWithMapping(AnalysisController controller,
                                                 java.util.Map<MIPlugin,AbstractPlugin> pluginMap,
                                                 java.util.Map<MIRepository,AbstractRepository> repositoryMap)
Creates a new instance of this class using the given parameters.  | 
|
| Uses of AbstractRepository in kieker.analysis.model | 
|---|
| Methods in kieker.analysis.model that return AbstractRepository | |
|---|---|
 AbstractRepository | 
MetaModelHandler.RepositoryConnection.getRepository()
 | 
| Method parameters in kieker.analysis.model with type arguments of type AbstractRepository | |
|---|---|
static MIProject | 
MetaModelHandler.javaToMetaModel(java.util.Collection<AbstractReaderPlugin> readers,
                java.util.Collection<AbstractFilterPlugin> filters,
                java.util.Collection<AbstractRepository> repositories,
                java.util.Collection<MIDependency> dependencies,
                java.lang.String projectName,
                Configuration globalConfiguration)
This method can be used to convert the current analysis configuration (which is represented by Java objects) into a meta model.  | 
static void | 
MetaModelHandler.metaModelToJava(MIProject mProject,
                AnalysisController ac,
                java.util.Collection<MetaModelHandler.PluginConnection> pluginConnections,
                java.util.Collection<MetaModelHandler.RepositoryConnection> repositoryConnections,
                java.util.Collection<MIDependency> dependencies,
                java.lang.ClassLoader classLoader,
                Configuration globalConfiguration,
                java.util.Map<MIRepository,AbstractRepository> repositoryMap,
                java.util.Map<MIPlugin,AbstractPlugin> pluginMap)
This method can be used to convert a given analysis meta model instance to the actual java instances.  | 
| Constructors in kieker.analysis.model with parameters of type AbstractRepository | |
|---|---|
MetaModelHandler.RepositoryConnection(AbstractPlugin source,
                                      AbstractRepository repository,
                                      java.lang.String outputName)
Creates a new connection between a repository and a filter.  | 
|
| Uses of AbstractRepository in kieker.analysis.plugin | 
|---|
| Methods in kieker.analysis.plugin that return AbstractRepository | |
|---|---|
protected  AbstractRepository | 
AbstractPlugin.getRepository(java.lang.String reponame)
Delivers the registered repository for the given name or null, if it doesn't exist.  | 
| Methods in kieker.analysis.plugin that return types with arguments of type AbstractRepository | |
|---|---|
 java.util.Map<java.lang.String,AbstractRepository> | 
AbstractPlugin.getCurrentRepositories()
This method delivers an array of AbstractRepository containing the current repositories of this instance. | 
 java.util.Map<java.lang.String,AbstractRepository> | 
IPlugin.getCurrentRepositories()
This method delivers an array of AbstractRepository containing the current repositories of this instance. | 
| Methods in kieker.analysis.plugin with parameters of type AbstractRepository | |
|---|---|
 void | 
AbstractPlugin.connect(java.lang.String reponame,
        AbstractRepository repository)
Connects the given repository to this plugin via the given name.  | 
 void | 
IPlugin.connect(java.lang.String name,
        AbstractRepository repo)
Connects the given repository to this plugin via the given name.  | 
| Uses of AbstractRepository in kieker.tools.traceAnalysis.repository | 
|---|
| Subclasses of AbstractRepository in kieker.tools.traceAnalysis.repository | |
|---|---|
 class | 
DescriptionRepository
Implementation of a description repository which stores descriptions for names.  | 
 class | 
TraceColorRepository
Implementation of a trace color repository, which associates colors to traces.  | 
| Uses of AbstractRepository in kieker.tools.traceAnalysis.systemModel.repository | 
|---|
| Subclasses of AbstractRepository in kieker.tools.traceAnalysis.systemModel.repository | |
|---|---|
 class | 
SystemModelRepository
This repository is a model manager for the Kieker's component model.  | 
  | 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||