|
Kieker 1.9 | |||||||||
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 | |
---|---|
Collection<AbstractRepository> |
AnalysisController.getRepositories()
Delivers an unmodifiable collection of all repositories. |
Collection<AbstractRepository> |
IAnalysisController.getRepositories()
Delivers an unmodifiable collection of all repositories. |
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,
String repositoryPort,
AbstractRepository repository)
Connects the given repository to this plugin via the given name. |
void |
IAnalysisController.connect(AbstractPlugin plugin,
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,
Map<MIPlugin,AbstractPlugin> pluginMap,
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(Collection<AbstractReaderPlugin> readers,
Collection<AbstractFilterPlugin> filters,
Collection<AbstractRepository> repositories,
Collection<MIDependency> dependencies,
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,
Collection<MetaModelHandler.PluginConnection> pluginConnections,
Collection<MetaModelHandler.RepositoryConnection> repositoryConnections,
Collection<MIDependency> dependencies,
ClassLoader classLoader,
Configuration globalConfiguration,
Map<MIRepository,AbstractRepository> repositoryMap,
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,
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 types with arguments of type AbstractRepository | |
---|---|
Map<String,AbstractRepository> |
AbstractPlugin.getCurrentRepositories()
This method delivers an array of AbstractRepository containing the current repositories of this instance. |
Map<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(String reponame,
AbstractRepository repository)
Connects the given repository to this plugin via the given name. |
void |
IPlugin.connect(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.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |