Class WindowsCommands

java.lang.Object
flexagon.ff.common.core.externalprocess.OSCommands
flexagon.ff.common.core.externalprocess.WindowsCommands

public class WindowsCommands extends OSCommands
  • Constructor Details

    • WindowsCommands

      public WindowsCommands()
  • Method Details

    • isProcessRunning

      public boolean isProcessRunning(String... matchStrings)
      Description copied from class: OSCommands
      Check for process with command line.
      Specified by:
      isProcessRunning in class OSCommands