RSE
Release 1.0

org.eclipse.rse.eclipse.filesystem
Class RSEFileSystem

java.lang.Object
  extended byorg.eclipse.core.runtime.PlatformObject
      extended byorg.eclipse.core.filesystem.provider.FileSystem
          extended byorg.eclipse.rse.eclipse.filesystem.RSEFileSystem
All Implemented Interfaces:
IAdaptable, IFileSystem

public class RSEFileSystem
extends FileSystem


Constructor Summary
RSEFileSystem()
           
 
Method Summary
 boolean canDelete()
           
 boolean canWrite()
           
static IHost getConnectionFor(String hostName)
           
static RSEFileSystem getInstance()
           
static IRemoteFileSubSystem getRemoteFileSubSystem(IHost host)
           
 IFileStore getStore(URI uri)
           
 URI getURIFor(IRemoteFile file)
           
 
Methods inherited from class org.eclipse.core.filesystem.provider.FileSystem
attributes, fetchFileTree, fromLocalFile, getScheme, getStore, initialize, isCaseSensitive
 
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Constructor Detail

RSEFileSystem

public RSEFileSystem()
Method Detail

getInstance

public static RSEFileSystem getInstance()

canDelete

public boolean canDelete()

canWrite

public boolean canWrite()

getConnectionFor

public static IHost getConnectionFor(String hostName)

getRemoteFileSubSystem

public static IRemoteFileSubSystem getRemoteFileSubSystem(IHost host)

getURIFor

public URI getURIFor(IRemoteFile file)

getStore

public IFileStore getStore(URI uri)

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.