Package org.csstudio.opibuilder.runmode
Class LauncherHelper
java.lang.Object
org.csstudio.opibuilder.runmode.LauncherHelper
LauncherHelper
is a utility class that provides common methods needed for launching the OPI from the
resource navigator.-
Method Summary
Modifier and TypeMethodDescriptionstatic IPath
Check the resources that are selected in the navigator and find the one that matches the given path.
-
Method Details
-
systemPathToWorkspacePath
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
-