RSE
Release 3.3

Uses of Class
org.eclipse.rse.core.model.SystemWorkspaceResourceSet

Packages that use SystemWorkspaceResourceSet
org.eclipse.rse.files.ui.resources   
 

Uses of SystemWorkspaceResourceSet in org.eclipse.rse.files.ui.resources
 

Methods in org.eclipse.rse.files.ui.resources that return SystemWorkspaceResourceSet
static SystemWorkspaceResourceSet UniversalFileTransferUtility.copyRemoteResourcesToWorkspace(SystemRemoteResourceSet remoteSet, IProgressMonitor monitor)
          Deprecated. use downloadResourcesToWorkspace
static SystemWorkspaceResourceSet UniversalFileTransferUtility.copyRemoteResourcesToWorkspaceMultiple(SystemRemoteResourceSet remoteSet, IProgressMonitor monitor)
          Deprecated. use downloadResourcesToWorkspaceMultiple
static SystemWorkspaceResourceSet UniversalFileTransferUtility.downloadResourcesToWorkspace(SystemRemoteResourceSet remoteSet, IProgressMonitor monitor)
          Replicates a set of remote files or folders to the workspace
static SystemWorkspaceResourceSet UniversalFileTransferUtility.downloadResourcesToWorkspaceMultiple(SystemRemoteResourceSet remoteSet, IProgressMonitor monitor)
          This method downloads a set of remote resources to the workspace.
 

Methods in org.eclipse.rse.files.ui.resources with parameters of type SystemWorkspaceResourceSet
static SystemRemoteResourceSet UniversalFileTransferUtility.copyWorkspaceResourcesToRemote(SystemWorkspaceResourceSet workspaceSet, IRemoteFile targetFolder, IProgressMonitor monitor, boolean checkForCollisions)
          Deprecated. use uploadResourcesFromWorkspace
static SystemRemoteResourceSet UniversalFileTransferUtility.uploadResourcesFromWorkspace(SystemWorkspaceResourceSet workspaceSet, IRemoteFile targetFolder, IProgressMonitor monitor, boolean checkForCollisions)
          Perform a copy via drag and drop.
 


RSE
Release 3.3

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