RSE
Release 1.0

org.eclipse.rse.subsystems.files.dstore.model
Class DStoreFileAdapter

java.lang.Object
  extended byorg.eclipse.rse.subsystems.files.dstore.model.DStoreFileAdapter
All Implemented Interfaces:
IHostFileToRemoteFileAdapter

public class DStoreFileAdapter
extends Object
implements IHostFileToRemoteFileAdapter


Constructor Summary
DStoreFileAdapter()
           
 
Method Summary
 IRemoteFile convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 IRemoteFile convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, Object object)
           
 IRemoteFile convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, String name, boolean isDirectory, boolean isRoot)
           
 IRemoteFile[] convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DStoreFileAdapter

public DStoreFileAdapter()
Method Detail

convertToRemoteFiles

public IRemoteFile[] convertToRemoteFiles(FileServiceSubSystem ss,
                                          IRemoteFileContext context,
                                          IRemoteFile parent,
                                          IHostFile[] nodes)
Specified by:
convertToRemoteFiles in interface IHostFileToRemoteFileAdapter

convertToRemoteFile

public IRemoteFile convertToRemoteFile(FileServiceSubSystem ss,
                                       IRemoteFileContext context,
                                       IRemoteFile parent,
                                       IHostFile node)
Specified by:
convertToRemoteFile in interface IHostFileToRemoteFileAdapter

convertToRemoteFile

public IRemoteFile convertToRemoteFile(FileServiceSubSystem ss,
                                       IRemoteFileContext context,
                                       IRemoteFile parent,
                                       String name,
                                       boolean isDirectory,
                                       boolean isRoot)

convertToRemoteFile

public IRemoteFile convertToRemoteFile(FileServiceSubSystem ss,
                                       IRemoteFileContext context,
                                       IRemoteFile parent,
                                       Object object)

RSE
Release 1.0

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