mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-22 15:53:58 +02:00
[304170] [api] ISystemFileTypes and ISystemFileTransferModeMapping should be marked @noimplement
This commit is contained in:
parent
2bc871499c
commit
3c37093c41
1 changed files with 6 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* David McKnight (IBM) - [283033] remoteFileTypes extension point should include "xml" type
|
* David McKnight (IBM) - [283033] remoteFileTypes extension point should include "xml" type
|
||||||
|
* David McKnight (IBM) - [304170] [api] ISystemFileTypes and ISystemFileTransferModeMapping should be marked @noimplement
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,7 +20,11 @@ package org.eclipse.rse.services.clientserver;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Used to determine whether a file is binary, text or XML.
|
||||||
|
*
|
||||||
|
* @noimplement This interface is not intended to be implemented by clients.
|
||||||
|
*/
|
||||||
public interface ISystemFileTypes
|
public interface ISystemFileTypes
|
||||||
{
|
{
|
||||||
public boolean isBinary(File file);
|
public boolean isBinary(File file);
|
||||||
|
|
Loading…
Add table
Reference in a new issue