类 WinNTCommandLauncher

所有已实现的接口:
CommandLauncher

public class WinNTCommandLauncher extends CommandLauncherProxy
Description: Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
  • 构造器详细资料

    • WinNTCommandLauncher

      public WinNTCommandLauncher(CommandLauncher launcher)
  • 方法详细资料

    • exec

      public Process exec(CommandLine cmd, Map env, File workingDir) throws IOException
      Launches the given command in a new process, in the given working directory.
      指定者:
      exec 在接口中 CommandLauncher
      指定者:
      exec 在类中 CommandLauncherImpl
      参数:
      cmd - the command line to execute as an array of strings
      env - the environment to set as an array of strings
      workingDir - working directory where the command should run
      返回:
      the newly created process
      抛出:
      IOException - forwarded from the exec method of the command launcher