mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-24 16:53:50 +02:00
[apidoc] Add Javadoc about clients not implementing IFileService directly
This commit is contained in:
parent
b1d7212909
commit
08cdb4a7b9
1 changed files with 6 additions and 1 deletions
|
@ -40,9 +40,14 @@ import org.eclipse.rse.services.clientserver.messages.SystemMessageException;
|
||||||
* <p>
|
* <p>
|
||||||
* This is a very bare bones definition. A real definition would probably have changed
|
* This is a very bare bones definition. A real definition would probably have changed
|
||||||
* terminology, use URI's rather than Strings, and have much more robust error handling.
|
* terminology, use URI's rather than Strings, and have much more robust error handling.
|
||||||
* <p>
|
* </p><p>
|
||||||
* Implementers of this interface will have to either be instantiated, initialized, or
|
* Implementers of this interface will have to either be instantiated, initialized, or
|
||||||
* somehow derive a connection as part of its state.
|
* somehow derive a connection as part of its state.
|
||||||
|
* </p><p>
|
||||||
|
* This interface is not intended to be implemented by clients. File service
|
||||||
|
* implementations must subclass {@link AbstractFileService} rather than implementing
|
||||||
|
* this interface directly.
|
||||||
|
* </p>
|
||||||
*/
|
*/
|
||||||
public interface IFileService extends IService
|
public interface IFileService extends IService
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue