Remote Systems
v6.4.1

com.ibm.etools.systems.commands
Interface ISystemOutputRemoteTypes

All Known Implementing Classes:
LocalCandidateCommand, OutputChangeListener, OutputHandler, SystemViewRemoteOutputAdapter, SystemViewRemoteSearchResultAdapter

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

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 output. It is "output".

See Also:
Constant Field Values

TYPE_DIRECTORY

public static final String TYPE_DIRECTORY
A folder object

See Also:
Constant Field Values

TYPE_FILE

public static final String TYPE_FILE
A file object

See Also:
Constant Field Values

TYPE_COMMAND

public static final String TYPE_COMMAND
A command object

See Also:
Constant Field Values

TYPE_PROMPT

public static final String TYPE_PROMPT
A prompt object

See Also:
Constant Field Values

TYPE_ERROR

public static final String TYPE_ERROR
An error object

See Also:
Constant Field Values

TYPE_WARNING

public static final String TYPE_WARNING
A warning object

See Also:
Constant Field Values

TYPE_INFORMATIONAL

public static final String TYPE_INFORMATIONAL
An informational object

See Also:
Constant Field Values

TYPE_GREP

public static final String TYPE_GREP
A grep object

See Also:
Constant Field Values

TYPE_ENVVAR

public static final String TYPE_ENVVAR
An environment variable object

See Also:
Constant Field Values

TYPE_ENVVAR_LIBPATH

public static final String TYPE_ENVVAR_LIBPATH
A libpath environment variable object

See Also:
Constant Field Values

TYPE_ENVVAR_PATH

public static final String TYPE_ENVVAR_PATH
The path environment variable object

See Also:
Constant Field Values

TYPE_PROCESS

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