Class ScanCommandCallable
- java.lang.Object
-
- com.synopsys.integration.blackduck.codelocation.signaturescanner.command.ScanCommandCallable
-
- All Implemented Interfaces:
java.util.concurrent.Callable<ScanCommandOutput>
public class ScanCommandCallable extends java.lang.Object implements java.util.concurrent.Callable<ScanCommandOutput>
-
-
Constructor Summary
Constructors Constructor Description ScanCommandCallable(com.synopsys.integration.log.IntLogger logger, ScanPathsUtility scanPathsUtility, com.synopsys.integration.util.IntEnvironmentVariables intEnvironmentVariables, ScanCommand scanCommand, boolean cleanupOutput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScanCommandOutputcall()
-
-
-
Constructor Detail
-
ScanCommandCallable
public ScanCommandCallable(com.synopsys.integration.log.IntLogger logger, ScanPathsUtility scanPathsUtility, com.synopsys.integration.util.IntEnvironmentVariables intEnvironmentVariables, ScanCommand scanCommand, boolean cleanupOutput)
-
-
Method Detail
-
call
public ScanCommandOutput call()
- Specified by:
callin interfacejava.util.concurrent.Callable<ScanCommandOutput>
-
-