1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-06 07:45:50 +02:00

[221211] [api][breaking][files] need batch operations to indicate which operations were successful

https://bugs.eclipse.org/bugs/show_bug.cgi?id=221211
This commit is contained in:
David Dykstal 2008-04-30 20:49:54 +00:00
parent c2ce05e40b
commit 7b29453c3d

View file

@ -243,8 +243,9 @@ public interface IFileService extends IService
/** /**
* Get an abstract remote file handle for a specified path. * Get an abstract remote file handle for a specified path.
* *
* @param remoteParent * @param remoteParent the name of the parent directory on the remote file
* @param name * system from which to retrieve the file.
* @param name the name of the file to be retrieved.
* @param monitor the monitor for this potentially long running operation * @param monitor the monitor for this potentially long running operation
* @return the host file given the parent path and file name. Must not * @return the host file given the parent path and file name. Must not
* return <code>null</code>, non-existing files should be * return <code>null</code>, non-existing files should be