Class DryRunExecutableRunner
- java.lang.Object
-
- com.synopsys.integration.executable.DryRunExecutableRunner
-
- All Implemented Interfaces:
ExecutableRunner
public class DryRunExecutableRunner extends java.lang.Object implements ExecutableRunner
This will provide the command to execute to the provided Consumer without actually executing anything. Any parameter with 'password' will be masked. Empty output will be returned.
-
-
Constructor Summary
Constructors Constructor Description DryRunExecutableRunner(java.util.function.Consumer<java.lang.String> loggingMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutableOutputexecute(Executable executable)
-
-
-
Method Detail
-
execute
public ExecutableOutput execute(Executable executable)
- Specified by:
executein interfaceExecutableRunner
-
-