Uses of Class
kieker.analysis.repository.AbstractRepository
Packages that use AbstractRepository
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of AbstractRepository in kieker.analysis
Methods in kieker.analysis that return types with arguments of type AbstractRepositoryModifier and TypeMethodDescriptionfinal Collection<AbstractRepository>AnalysisController.getRepositories()Deprecated.Delivers an unmodifiable collection of all repositories.IAnalysisController.getRepositories()Deprecated.Delivers an unmodifiable collection of all repositories.AnalysisController.AnalysisControllerWithMapping.getRepositoryMap()Getter for the propertyAnalysisController.AnalysisControllerWithMapping.repositoryMap.Methods in kieker.analysis with parameters of type AbstractRepositoryModifier and TypeMethodDescriptionfinal voidAnalysisController.connect(AbstractPlugin plugin, String repositoryPort, AbstractRepository repository) Deprecated.Connects the given repository to this plugin via the given name.voidIAnalysisController.connect(AbstractPlugin plugin, String repositoryPort, AbstractRepository repository) Deprecated.Connects the given repository to this plugin via the given name.final voidAnalysisController.registerRepository(AbstractRepository repository) Deprecated.Registers the given repository with this analysis instance. -
Uses of AbstractRepository in kieker.analysis.plugin
Methods in kieker.analysis.plugin that return AbstractRepositoryModifier and TypeMethodDescriptionprotected final AbstractRepositoryAbstractPlugin.getRepository(String reponame) Deprecated.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 AbstractRepositoryModifier and TypeMethodDescriptionfinal Map<String,AbstractRepository> AbstractPlugin.getCurrentRepositories()Deprecated.This method delivers an array ofAbstractRepositorycontaining the current repositories of this instance.IPlugin.getCurrentRepositories()Deprecated.This method delivers an array ofAbstractRepositorycontaining the current repositories of this instance.Methods in kieker.analysis.plugin with parameters of type AbstractRepositoryModifier and TypeMethodDescriptionfinal voidAbstractPlugin.connect(String reponame, AbstractRepository repository) Deprecated.Connects the given repository to this plugin via the given name.voidIPlugin.connect(String name, AbstractRepository repo) Deprecated.Connects the given repository to this plugin via the given name. -
Uses of AbstractRepository in kieker.analysis.stage.model
Methods in kieker.analysis.stage.model that return AbstractRepositoryMethod parameters in kieker.analysis.stage.model with type arguments of type AbstractRepositoryModifier and TypeMethodDescriptionstatic voidMetaModelHandler.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) Deprecated.This method can be used to convert a given analysis meta model instance to the actual java instances.Constructors in kieker.analysis.stage.model with parameters of type AbstractRepositoryModifierConstructorDescriptionRepositoryConnection(AbstractPlugin source, AbstractRepository repository, String outputName) Creates a new connection between a repository and a filter. -
Uses of AbstractRepository in kieker.tools.trace.analysis.repository
Subclasses of AbstractRepository in kieker.tools.trace.analysis.repositoryModifier and TypeClassDescriptionclassDeprecated.since 2.0.0classDeprecated.since 2.0.0 -
Uses of AbstractRepository in kieker.tools.trace.analysis.systemModel.repository
Subclasses of AbstractRepository in kieker.tools.trace.analysis.systemModel.repository