public void processStarted()

in cmake-runner-agent/src/jetbrains/buildServer/cmakerunner/agent/output/MakeOutputListener.java [30:35]


  public void processStarted(@NotNull final String programCommandLine, @NotNull final File workingDirectory) {
    if (myCustomPatternsFile != null && myCustomPatternsFile.get() != null) {
      addParserFromFile(myCustomPatternsFile.get());
    }
    ((MakeParserManager) myManager).setWorkingDirectory(PathUtil.toUnixStylePath(workingDirectory.getAbsolutePath()));
  }