|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot)
IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists)
IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists, boolean isDir)
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |