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.shells.core.model
Interface ISystemOutputRemoteTypes


public interface ISystemOutputRemoteTypes

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


Field Summary
static  String TYPE_COMMAND
          A command object
static  String TYPE_DIRECTORY
          A folder object
static  String TYPE_ENVVAR
          An environment variable object
static  String TYPE_ENVVAR_LIBPATH
          A libpath environment variable object
static  String TYPE_ENVVAR_PATH
          The path environment variable object
static  String TYPE_ERROR
          An error object
static  String TYPE_FILE
          A file object
static  String TYPE_GREP
          A grep object
static  String TYPE_INFORMATIONAL
          An informational object
static  String TYPE_PROCESS
          A process object
static  String TYPE_PROMPT
          A prompt object
static  String TYPE_WARNING
          A warning object
static  String TYPECATEGORY
          There is only one type category for remote output.
 

Field Detail

TYPECATEGORY

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

See Also:
Constant Field Values

TYPE_DIRECTORY

static final 
String TYPE_DIRECTORY
A folder object

See Also:
Constant Field Values

TYPE_FILE

static final 
String TYPE_FILE
A file object

See Also:
Constant Field Values

TYPE_COMMAND

static final 
String TYPE_COMMAND
A command object

See Also:
Constant Field Values

TYPE_PROMPT

static final 
String TYPE_PROMPT
A prompt object

See Also:
Constant Field Values

TYPE_ERROR

static final 
String TYPE_ERROR
An error object

See Also:
Constant Field Values

TYPE_WARNING

static final 
String TYPE_WARNING
A warning object

See Also:
Constant Field Values

TYPE_INFORMATIONAL

static final 
String TYPE_INFORMATIONAL
An informational object

See Also:
Constant Field Values

TYPE_GREP

static final 
String TYPE_GREP
A grep object

See Also:
Constant Field Values

TYPE_ENVVAR

static final 
String TYPE_ENVVAR
An environment variable object

See Also:
Constant Field Values

TYPE_ENVVAR_LIBPATH

static final 
String TYPE_ENVVAR_LIBPATH
A libpath environment variable object

See Also:
Constant Field Values

TYPE_ENVVAR_PATH

static final 
String TYPE_ENVVAR_PATH
The path environment variable object

See Also:
Constant Field Values

TYPE_PROCESS

static final 
String TYPE_PROCESS
A process 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