public void setBinaryPath()

in java-local/src/main/java/openwhisk/java/local/Launcher.java [51:57]


  public void setBinaryPath(Path binaryPath) {
    try {
      this.binaryPath = binaryPath.toRealPath();
    } catch (IOException e) {
      this.binaryPath = binaryPath;
    }
  }