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.
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
-
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.