PTP
Release 5.0

Uses of Interface
org.eclipse.ptp.remote.core.IRemoteFileManager

Packages that use IRemoteFileManager
org.eclipse.ptp.launch   
org.eclipse.ptp.remote.core   
 

Uses of IRemoteFileManager in org.eclipse.ptp.launch
 

Methods in org.eclipse.ptp.launch that return IRemoteFileManager
 IRemoteFileManager AbstractParallelLaunchConfigurationDelegate.getLocalFileManager(org.eclipse.debug.core.ILaunchConfiguration configuration)
           
 IRemoteFileManager AbstractParallelLaunchConfigurationDelegate.getRemoteFileManager(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Uses of IRemoteFileManager in org.eclipse.ptp.remote.core
 

Methods in org.eclipse.ptp.remote.core that return IRemoteFileManager
 IRemoteFileManager IRemoteServices.getFileManager(IRemoteConnection conn)
          Get a file manager for managing remote files
 IRemoteFileManager RemoteServicesDelegate.getLocalFileManager()
           
 IRemoteFileManager RemoteServicesDelegate.getRemoteFileManager()
           
 

Methods in org.eclipse.ptp.remote.core with parameters of type IRemoteFileManager
static void RemoteServicesDelegate.copy(IRemoteFileManager from, java.lang.String source, IRemoteFileManager to, java.lang.String target, int mkParent, org.eclipse.core.runtime.IProgressMonitor progress)
           
static boolean RemoteServicesDelegate.isStable(IRemoteFileManager manager, java.lang.String path, int intervalInSecs, org.eclipse.core.runtime.IProgressMonitor progress)
          Checks for existence of file.
static java.lang.String RemoteServicesDelegate.read(IRemoteFileManager manager, java.lang.String path, org.eclipse.core.runtime.IProgressMonitor progress)
           
static void RemoteServicesDelegate.write(IRemoteFileManager manager, java.lang.String path, java.lang.String contents, org.eclipse.core.runtime.IProgressMonitor progress)
           
 


PTP
Release 5.0

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