Uses of Class
org.egothor.methodatlas.command.PluginLoader
Packages that use PluginLoader
Package
Description
CLI command handler implementations for MethodAtlas.
-
Uses of PluginLoader in org.egothor.methodatlas.command
Constructors in org.egothor.methodatlas.command with parameters of type PluginLoaderModifierConstructorDescriptionApplyTagsCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, org.egothor.methodatlas.ai.AiSuggestionEngine aiEngine, org.egothor.methodatlas.emit.ClassificationOverride override, AiResultCache aiCache, PluginLoader pluginLoader, ScanOrchestrator scanOrchestrator) Creates a new apply-tags command.ApplyTagsFromCsvCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, PluginLoader pluginLoader) Creates a new apply-tags-from-csv command.JsonCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, org.egothor.methodatlas.ai.AiSuggestionEngine aiEngine, org.egothor.methodatlas.emit.ClassificationOverride override, AiResultCache aiCache, PluginLoader pluginLoader, ScanOrchestrator scanOrchestrator) Creates a new JSON command.ManualPrepareCommand(ManualMode.Prepare prepare, CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, PluginLoader pluginLoader) Creates a new manual-prepare command.ScanCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, org.egothor.methodatlas.ai.AiSuggestionEngine aiEngine, org.egothor.methodatlas.emit.ClassificationOverride override, AiResultCache aiCache, PluginLoader pluginLoader, ScanOrchestrator scanOrchestrator) Creates a new scan command.ScanOrchestrator(PluginLoader pluginLoader) Creates a new orchestrator that will resolve providers throughpluginLoader.