Class 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 Detail

      • DryRunExecutableRunner

        public DryRunExecutableRunner​(java.util.function.Consumer<java.lang.String> loggingMethod)