Uses of Class
com.optum.sourcehawk.exec.ExecOptions
-
Packages that use ExecOptions Package Description com.optum.sourcehawk.exec com.optum.sourcehawk.exec.fix com.optum.sourcehawk.exec.scan -
-
Uses of ExecOptions in com.optum.sourcehawk.exec
Methods in com.optum.sourcehawk.exec that return ExecOptions Modifier and Type Method Description ExecOptionsExecOptions.ExecOptionsBuilder. build()Methods in com.optum.sourcehawk.exec with parameters of type ExecOptions Modifier and Type Method Description voidAbstractExecResultLogger. log(T result, ExecOptions execOptions)Log the result in the specified format -
Uses of ExecOptions in com.optum.sourcehawk.exec.fix
Methods in com.optum.sourcehawk.exec.fix with parameters of type ExecOptions Modifier and Type Method Description static FixResultFixExecutor. fix(ExecOptions execOptions, boolean dryRun)Run the fix based on the provided options -
Uses of ExecOptions in com.optum.sourcehawk.exec.scan
Methods in com.optum.sourcehawk.exec.scan with parameters of type ExecOptions Modifier and Type Method Description static ScanResultScanResultFactory. enforcerResult(ExecOptions execOptions, String repositoryPath, Severity severity, com.optum.sourcehawk.enforcer.EnforcerResult enforcerResult)Create a scan result based on the file protocol and enforcer resultstatic ScanResultScanResultFactory. fileNotFound(ExecOptions execOptions, FileProtocol fileProtocol)Generate a scan result for situations where the file is not foundstatic ScanResultScanResultFactory. fileNotFound(ExecOptions execOptions, String repositoryPath, String fileProtocolSeverity)Generate a scan result for situations where the file is not foundstatic ScanResultScanExecutor. scan(ExecOptions execOptions)Run the scan based on the provided options
-