Uses of Enum Class
org.egothor.methodatlas.OutputMode
Packages that use OutputMode
Package
Description
Provides the core command-line utility for analyzing Java test sources and
producing structured metadata about JUnit test methods.
Output emitters for MethodAtlas scan results.
-
Uses of OutputMode in org.egothor.methodatlas
Methods in org.egothor.methodatlas that return OutputModeModifier and TypeMethodDescriptionCliConfig.outputMode()Returns the value of theoutputModerecord component.static OutputModeReturns the enum constant of this class with the specified name.static OutputMode[]OutputMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.egothor.methodatlas with parameters of type OutputModeModifierConstructorDescriptionCliConfig(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. -
Uses of OutputMode in org.egothor.methodatlas.emit
Methods in org.egothor.methodatlas.emit with parameters of type OutputModeModifier and TypeMethodDescriptionvoidOutputEmitter.emit(OutputMode mode, String fqcn, String method, int loc, String contentHash, List<String> tags, String displayName, AiMethodSuggestion suggestion, String sourceRoot) Emits a single test method record in the configured output mode.voidOutputEmitter.emitCsvHeader(OutputMode mode) Emits the CSV header line whenCSVis selected.