public interface IRemoteFileManager
Modifier and Type | Method and Description |
---|---|
String |
getDirectorySeparator()
Gets the directory separator on the target system.
|
IFileStore |
getResource(String path)
Get the resource associated with path.
|
String |
toPath(URI uri)
Convert URI to a remote path.
|
URI |
toURI(IPath path)
Convert remote path to equivalent URI.
|
IFileStore getResource(String path)
path
- path to resourceString getDirectorySeparator()
String toPath(URI uri)
URI toURI(IPath path)
path
- path on remote systemCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.