Package com.optum.sourcehawk.exec.fix
Class FixExecutor
- java.lang.Object
-
- com.optum.sourcehawk.exec.fix.FixExecutor
-
public final class FixExecutor extends Object
Entry point into executing scans- Author:
- Brian Wyka
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FixResultfix(ExecOptions execOptions, boolean dryRun)Run the fix based on the provided options
-
-
-
Method Detail
-
fix
public static FixResult fix(ExecOptions execOptions, boolean dryRun)
Run the fix based on the provided options- Parameters:
execOptions- the scan optionsdryRun- whether or not this is a dry run- Returns:
- the fix result
-
-