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 ManualMode
    Modifier and Type
    Class
    Description
    static final record 
    Consume phase: read operator-saved response files and emit enriched CSV.
    static final record 
    Prepare phase: scan source files and write AI prompt work files and empty response stubs.
    Methods in org.egothor.methodatlas that return ManualMode
    Modifier and Type
    Method
    Description
    CliConfig.manualMode()
    Returns the value of the manualMode record component.
    Constructors in org.egothor.methodatlas with parameters of type ManualMode
    Modifier
    Constructor
    Description
     
    CliConfig(org.egothor.methodatlas.emit.OutputMode outputMode, org.egothor.methodatlas.ai.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, double minConfidence, boolean emitReceipt, Path receiptFile, boolean emitCoverage, Path coverageFile, Path coverageMappingFile, String evidencePackFramework, Path evidencePackDir, boolean evidencePackOverwrite, Path evidencePackKeyringFile, String evidencePackKeyringEnv, String evidencePackKeyAlias, String evidencePackSignAlgo, boolean verbose, boolean promoteAi, boolean detectSecrets, String secretsInclude, Path secretsRules, Path secretsOut, boolean secretsSeparateLlm, boolean secretsShowValues, double secretsErrorThreshold, double secretsWarningThreshold, double secretsMinScore, Path aiCacheOut)
    Creates an instance of a CliConfig record class.