|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHostFileToRemoteFileAdapter
Provider interface for implementers of RSE IFileService instances, by which
they convert their internal service objects into objects suitable for the RSE
file subsystem.
Must be implemented and returned by overriding the
IFileServiceSubSystemConfiguration.getHostFileAdapter()
method in the
contributed concrete file subsystem configuration.
Method Summary | |
---|---|
AbstractRemoteFile |
convertToRemoteFile(FileServiceSubSystem ss,
IRemoteFileContext context,
IRemoteFile parent,
IHostFile node)
Convert a single IHostFile object from the file service into a remote file object. |
AbstractRemoteFile[] |
convertToRemoteFiles(FileServiceSubSystem ss,
IRemoteFileContext context,
IRemoteFile parent,
IHostFile[] nodes)
Convert a list of IHostFile objects from the file service into remote file objects. |
Method Detail |
---|
AbstractRemoteFile[] convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
ss
- The file service subsystem to which the remote files belong.context
- The context (connection, subsystem, filter) under which
the files have been queried.parent
- The parent IRemoteFile below which the new nodes should
appear. Can be null
when converting root files.nodes
- IHostFile nodes from the file service
AbstractRemoteFile convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
ss
- The file service subsystem to which the remote files belong.context
- The context (connection, subsystem, filter) under which
the files have been queried.parent
- The parent IRemoteFile below which the new nodes should
appear. Can be null
when converting root files.node
- IHostFile node from the file service
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |