Uses of Interface
org.egothor.methodatlas.ManualMode
Packages that use ManualMode
Package
Description
Provides the core command-line utility for analyzing Java test sources and
producing structured metadata about JUnit test methods.
-
Uses of ManualMode in org.egothor.methodatlas
Classes in org.egothor.methodatlas that implement ManualModeModifier and TypeClassDescriptionstatic final recordConsume phase: read operator-saved response files and emit enriched CSV.static final recordPrepare phase: scan source files and write AI prompt work files and empty response stubs.Methods in org.egothor.methodatlas that return ManualModeModifier and TypeMethodDescriptionCliConfig.manualMode()Returns the value of themanualModerecord component.Constructors in org.egothor.methodatlas with parameters of type ManualModeModifierConstructorDescriptionCliConfig(OutputMode outputMode, AiOptions aiOptions, List<Path> paths, List<String> fileSuffixes, Set<String> testMarkers, Map<String, List<String>> properties, boolean emitMetadata, ManualMode manualMode, boolean applyTags, boolean contentHash, Path overrideFile, boolean securityOnly, Path aiCacheFile, boolean driftDetect, Path applyTagsFromCsvFile, int mismatchLimit, boolean emitSourceRoot, boolean sarifOmitScores) Creates an instance of aCliConfigrecord class.