RSE
Release 3.4

org.eclipse.rse.subsystems.files.core.subsystems
Interface IRemoteFileFactory


public interface IRemoteFileFactory

This interface represents a handle to a remote file object, which is either a universalFileSystem or an ifsFileSystem.


Method Summary
 IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot)
          Get the RemoteFile object
 IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists)
          Get the RemoteFile object when we know if it is a exists or not
 IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists, boolean isDir)
          Get the RemoteFile object when we know if it is a exists or not and whether it is a directory or not
 

Method Detail

createRemoteFile

IRemoteFile createRemoteFile(IRemoteFileContext context,
                             Object obj,
                             boolean isRoot)
Get the RemoteFile object


createRemoteFile

IRemoteFile createRemoteFile(IRemoteFileContext context,
                             Object obj,
                             boolean isRoot,
                             boolean exists)
Get the RemoteFile object when we know if it is a exists or not


createRemoteFile

IRemoteFile createRemoteFile(IRemoteFileContext context,
                             Object obj,
                             boolean isRoot,
                             boolean exists,
                             boolean isDir)
Get the RemoteFile object when we know if it is a exists or not and whether it is a directory or not


RSE
Release 3.4

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