mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +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:
parent
c2ce05e40b
commit
7b29453c3d
1 changed files with 3 additions and 2 deletions
|
@ -243,8 +243,9 @@ public interface IFileService extends IService
|
|||
/**
|
||||
* Get an abstract remote file handle for a specified path.
|
||||
*
|
||||
* @param remoteParent
|
||||
* @param name
|
||||
* @param remoteParent the name of the parent directory on the remote file
|
||||
* 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
|
||||
* @return the host file given the parent path and file name. Must not
|
||||
* return <code>null</code>, non-existing files should be
|
||||
|
|
Loading…
Add table
Reference in a new issue