1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

[180562][api] dont implement IRemoteImportExportConstants

This commit is contained in:
Martin Oberhuber 2007-04-04 10:44:09 +00:00
parent d478d4825b
commit b943781c0f

View file

@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [180562][api] dont implement IRemoteImportExportConstants
*******************************************************************************/
package org.eclipse.rse.files.importexport.files;
@ -28,9 +29,9 @@ import org.eclipse.swt.widgets.Shell;
* A lot of these should really be provided by comm. layer, but for
* many reasons they were not. oh well ....
*/
public class Utilities implements IRemoteImportExportConstants {
public static final String IMPORT_DESCRIPTION_EXTENSION = REMOTE_FILE_IMPORT_DESCRIPTION_FILE_EXTENSION;
public static final String EXPORT_DESCRIPTION_EXTENSION = REMOTE_FILE_EXPORT_DESCRIPTION_FILE_EXTENSION;
public class Utilities {
public static final String IMPORT_DESCRIPTION_EXTENSION = IRemoteImportExportConstants.REMOTE_FILE_IMPORT_DESCRIPTION_FILE_EXTENSION;
public static final String EXPORT_DESCRIPTION_EXTENSION = IRemoteImportExportConstants.REMOTE_FILE_EXPORT_DESCRIPTION_FILE_EXTENSION;
/**
* Use this method to get IRemoteFile object from SystemConnection, and path