Remote Systems
v6.4.1

com.ibm.etools.systems.files
Interface ISystemFileRemoteTypes


public interface ISystemFileRemoteTypes

All remote object types we support. These can be used when registering property pages against remote universal file system objects.


Field Summary
static String copyright
           
static String SUBTYPE_ROOT
          A root object
static String SUBTYPE_SUBFOLDER
          A folder object
static String TYPE_FILE
          A file object
static String TYPE_FOLDER
          A folder object
static String TYPECATEGORY
          There is only one type category for remote files.
static String TYPECMDCATEGORY
          There is only one type category for remote cmds.
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

TYPECATEGORY

public static final String TYPECATEGORY
There is only one type category for remote files. It is "files".

See Also:
Constant Field Values

TYPECMDCATEGORY

public static final String TYPECMDCATEGORY
There is only one type category for remote cmds. It is "cmds".

See Also:
Constant Field Values

TYPE_FOLDER

public static final String TYPE_FOLDER
A folder object

See Also:
Constant Field Values

TYPE_FILE

public static final String TYPE_FILE
A file object

See Also:
Constant Field Values

SUBTYPE_SUBFOLDER

public static final String SUBTYPE_SUBFOLDER
A folder object

See Also:
Constant Field Values

SUBTYPE_ROOT

public static final String SUBTYPE_ROOT
A root object

See Also:
Constant Field Values

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.