|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnalysisConfigurationException | |
---|---|
kieker.analysis | |
kieker.analysis.model | |
kieker.analysis.plugin | |
kieker.tools.traceAnalysis.filter |
Uses of AnalysisConfigurationException in kieker.analysis |
---|
Methods in kieker.analysis that throw AnalysisConfigurationException | |
---|---|
void |
AnalysisController.connect(AbstractPlugin src,
String outputPortName,
AbstractPlugin dst,
String inputPortName)
This method should be used to connect two plugins. |
void |
IAnalysisController.connect(AbstractPlugin src,
String outputPortName,
AbstractPlugin dst,
String inputPortName)
This method should be used to connect two plugins. |
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. |
static AnalysisController.AnalysisControllerWithMapping |
AnalysisController.createAnalysisController(MIProject project,
ClassLoader classLoader)
This is a factory method which can be used to create a new instance of AnalysisController , but delivers the mapping between the MIProject and
the actual analysis. |
MIProject |
AnalysisController.getCurrentConfiguration()
This method delivers the current configuration of this instance as an instance of MIProject . |
MIProject |
IProjectContext.getCurrentConfiguration()
This method delivers the current configuration of this instance as an instance of MIProject . |
void |
AnalysisController.run()
Starts an AnalysisController instance. |
void |
IAnalysisController.run()
Starts an AnalysisController instance. |
void |
AnalysisController.saveToFile(File file)
This method can be used to store the current configuration of this analysis controller in a specified file. |
void |
IAnalysisController.saveToFile(File file)
This method can be used to store the current configuration of this analysis controller in a specified file. |
void |
AnalysisController.saveToFile(String pathname)
This method can be used to store the current configuration of this analysis controller in a specified file. |
void |
IAnalysisController.saveToFile(String pathname)
This method can be used to store the current configuration of this analysis controller in a specified file. |
Constructors in kieker.analysis that throw AnalysisConfigurationException | |
---|---|
AnalysisController(File file)
This constructors creates an AnalysisController instance, using the given file to load an analysis model. |
|
AnalysisController(File file,
ClassLoader classLoader)
This constructors creates an AnalysisController instance, using the given file to load an analysis model and the given classloader to initialize the
objects. |
|
AnalysisController(MIProject project)
Creates a new instance of the class AnalysisController but uses the given instance of MIProject to construct the analysis. |
|
AnalysisController(MIProject project,
ClassLoader classLoader)
Creates a new instance of the class AnalysisController but uses the given instance of @link{Project} to construct the analysis. |
Uses of AnalysisConfigurationException in kieker.analysis.model |
---|
Methods in kieker.analysis.model that throw AnalysisConfigurationException | |
---|---|
static void |
MetaModelHandler.checkPorts(MIPlugin mPlugin,
AbstractPlugin plugin)
This method checks the ports of the given model plugin against the ports of the actual plugin. |
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. |
Uses of AnalysisConfigurationException in kieker.analysis.plugin |
---|
Methods in kieker.analysis.plugin that throw AnalysisConfigurationException | |
---|---|
static void |
AbstractPlugin.connect(AbstractPlugin src,
String outputPortName,
AbstractPlugin dst,
String inputPortName)
This method connects two plugins. |
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 AnalysisConfigurationException in kieker.tools.traceAnalysis.filter |
---|
Methods in kieker.tools.traceAnalysis.filter that throw AnalysisConfigurationException | |
---|---|
void |
AbstractGraphProducingFilter.requestOriginRetentionPolicy(IOriginRetentionPolicy policy)
|
void |
IGraphProducingFilter.requestOriginRetentionPolicy(IOriginRetentionPolicy policy)
Requests that the given retention policy is used by this graph producer. |
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |