Package com.optum.sourcehawk.exec.scan
Class ScanExecutor
- java.lang.Object
-
- com.optum.sourcehawk.exec.scan.ScanExecutor
-
public final class ScanExecutor extends Object
Entry point into executing scans- Author:
- Brian Wyka
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScanResultscan(ExecOptions execOptions)Run the scan based on the provided options
-
-
-
Method Detail
-
scan
public static ScanResult scan(ExecOptions execOptions)
Run the scan based on the provided options- Parameters:
execOptions- the scan options- Returns:
- the scan result
-
-