Remote Systems
v6.4.1

com.ibm.etools.systems.files.importexport
Interface IRemoteImportExportConstants

All Known Implementing Classes:
RemoteJarExporterUtil, Utilities

public interface IRemoteImportExportConstants

Interface containing contstants required for import and export.


Field Summary
static String[] REMOTE_EXPORT_DESCRIPTION_FILE_EXTENSIONS
          An array of export description file extensions.
static String REMOTE_FILE_EXPORT_DESCRIPTION_FILE_EXTENSION
          Remote file export description file extension, "rexpfd".
static String REMOTE_FILE_IMPORT_DESCRIPTION_FILE_EXTENSION
          Remote file import description file extension, "rimpfd".
static String[] REMOTE_IMPORT_DESCRIPTION_FILE_EXTENSIONS
          An array of import description file extensions.
static String REMOTE_JAR_EXPORT_DESCRIPTION_FILE_EXTENSION
          Remote jar export description file extension, "rmtjardesc".
 

Field Detail

REMOTE_FILE_IMPORT_DESCRIPTION_FILE_EXTENSION

public static final String REMOTE_FILE_IMPORT_DESCRIPTION_FILE_EXTENSION
Remote file import description file extension, "rimpfd".

See Also:
Constant Field Values

REMOTE_IMPORT_DESCRIPTION_FILE_EXTENSIONS

public static final String[] REMOTE_IMPORT_DESCRIPTION_FILE_EXTENSIONS
An array of import description file extensions.


REMOTE_FILE_EXPORT_DESCRIPTION_FILE_EXTENSION

public static final String REMOTE_FILE_EXPORT_DESCRIPTION_FILE_EXTENSION
Remote file export description file extension, "rexpfd".

See Also:
Constant Field Values

REMOTE_JAR_EXPORT_DESCRIPTION_FILE_EXTENSION

public static final String REMOTE_JAR_EXPORT_DESCRIPTION_FILE_EXTENSION
Remote jar export description file extension, "rmtjardesc".

See Also:
Constant Field Values

REMOTE_EXPORT_DESCRIPTION_FILE_EXTENSIONS

public static final String[] REMOTE_EXPORT_DESCRIPTION_FILE_EXTENSIONS
An array of export description file extensions.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.