1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

[304170] [api] ISystemFileTypes and ISystemFileTransferModeMapping should be marked @noimplement

This commit is contained in:
David McKnight 2010-03-10 17:29:40 +00:00
parent 2bc871499c
commit 3c37093c41

View file

@ -12,6 +12,7 @@
*
* Contributors:
* 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;
/*
* 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 boolean isBinary(File file);