Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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  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

TYPECATEGORY

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

See Also:
Constant Field Values

TYPECMDCATEGORY

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

See Also:
Constant Field Values

TYPE_FOLDER

static final 
String TYPE_FOLDER
A folder object

See Also:
Constant Field Values

TYPE_FILE

static final 
String TYPE_FILE
A file object

See Also:
Constant Field Values

SUBTYPE_SUBFOLDER

static final 
String SUBTYPE_SUBFOLDER
A folder object

See Also:
Constant Field Values

SUBTYPE_ROOT

static final 
String SUBTYPE_ROOT
A root object

See Also:
Constant Field Values

RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire