RSE
Release 3.2

org.eclipse.rse.subsystems.files.core.model
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 java.lang.String SUBTYPE_ROOT
          A root object
static java.lang.String SUBTYPE_SUBFOLDER
          A folder object
static java.lang.String TYPE_FILE
          A file object
static java.lang.String TYPE_FOLDER
          A folder object
static java.lang.String TYPECATEGORY
          There is only one type category for remote files.
static java.lang.String TYPECMDCATEGORY
          There is only one type category for remote cmds.
 

Field Detail

TYPECATEGORY

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

See Also:
Constant Field Values

TYPECMDCATEGORY

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

See Also:
Constant Field Values

TYPE_FOLDER

static final java.lang.String TYPE_FOLDER
A folder object

See Also:
Constant Field Values

TYPE_FILE

static final java.lang.String TYPE_FILE
A file object

See Also:
Constant Field Values

SUBTYPE_SUBFOLDER

static final java.lang.String SUBTYPE_SUBFOLDER
A folder object

See Also:
Constant Field Values

SUBTYPE_ROOT

static final java.lang.String SUBTYPE_ROOT
A root object

See Also:
Constant Field Values

RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.