Class LauncherHelper

java.lang.Object
org.csstudio.opibuilder.runmode.LauncherHelper

public final class LauncherHelper extends Object
LauncherHelper is a utility class that provides common methods needed for launching the OPI from the resource navigator.
  • Method Details

    • systemPathToWorkspacePath

      public static IPath systemPathToWorkspacePath(IPath path)
      Check the resources that are selected in the navigator and find the one that matches the given path. The returned path is always the path within the workspace whereas the parameter is an absolute system path.
      Parameters:
      path - the path for which we need a workspace resource path
      Returns:
      the workspace path if a match in the workspace was found or the same path if a match was not found