Uses of Class
org.egothor.methodatlas.ClassificationOverride
Packages that use ClassificationOverride
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 ClassificationOverride in org.egothor.methodatlas
Methods in org.egothor.methodatlas that return ClassificationOverrideModifier and TypeMethodDescriptionstatic ClassificationOverrideClassificationOverride.empty()Returns an empty override set that leaves all classifications unchanged.static ClassificationOverrideLoads an override file from the given path. -
Uses of ClassificationOverride in org.egothor.methodatlas.command
Methods in org.egothor.methodatlas.command that return ClassificationOverrideModifier and TypeMethodDescriptionstatic ClassificationOverrideCommandSupport.loadClassificationOverride(Path overrideFile) Loads the classification override file, or returns the empty no-op singleton when no override file is configured.Constructors in org.egothor.methodatlas.command with parameters of type ClassificationOverrideModifierConstructorDescriptionApplyTagsCommand(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.