public class RemoteServicesUtils
extends java.lang.Object
Constructor and Description |
---|
RemoteServicesUtils() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.core.runtime.IPath |
posixPath(java.lang.String path)
Constructs a new POSIX path from the given string path.
|
static java.net.URI |
toURI(org.eclipse.core.runtime.IPath path)
Convert a UNC path to a URI
Maps the UNC server component to a connection known by one of the remote service implementations.
|
public static org.eclipse.core.runtime.IPath posixPath(java.lang.String path)
path
- the string pathPath.forPosix(String)
public static java.net.URI toURI(org.eclipse.core.runtime.IPath path)
path
- UNC path