Uses of Class
org.egothor.methodatlas.AiResultCache
Packages that use AiResultCache
Package
Description
Provides the core command-line utility for analyzing Java test sources and
producing structured metadata about JUnit test methods.
CLI command handler implementations for MethodAtlas.
-
Uses of AiResultCache in org.egothor.methodatlas
Methods in org.egothor.methodatlas that return AiResultCacheModifier and TypeMethodDescriptionstatic AiResultCacheAiResultCache.empty()Returns an empty cache that always produces misses.static AiResultCacheLoads a cache from a MethodAtlas CSV output file. -
Uses of AiResultCache in org.egothor.methodatlas.command
Methods in org.egothor.methodatlas.command that return AiResultCacheModifier and TypeMethodDescriptionstatic AiResultCacheCommandSupport.buildAiCache(Path cacheFile) Loads the AI result cache from the given CSV file, or returns the empty no-op cache when no cache file is configured.Constructors in org.egothor.methodatlas.command with parameters of type AiResultCacheModifierConstructorDescriptionApplyTagsCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new apply-tags command.GitHubAnnotationsCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new GitHub Annotations command.SarifCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new SARIF command.ScanCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new scan command.