Remote Systems
v6.4.1

com.ibm.etools.systems.subsystems
Interface IRemoteOutput

All Superinterfaces:
IRemoteLineReference
All Known Subinterfaces:
IRemoteError
All Known Implementing Classes:
RemoteErrorImpl, RemoteOutputImpl

public interface IRemoteOutput
extends IRemoteLineReference

This interface represents a handle to a line of remote command output.


Field Summary
static String Copyright
           
 
Method Summary
 int getIndex()
          Gets the index of this output within a command
 String getText()
          Gets the text to display for a line of output.
 String getType()
          Gets the type of a line of output.
 
Methods inherited from interface com.ibm.etools.systems.subsystems.IRemoteLineReference
getAbsolutePath, getCharEnd, getCharStart, getLine, getParent
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Method Detail

getType

public String getType()
Gets the type of a line of output. By default remote output is "stdout", but it could be one of a number of things (i.e. "error", "warning", "file", "directory", "grep", etc.)

Returns:
the output type

getText

public String getText()
Gets the text to display for a line of output.

Returns:
the output text

getIndex

public int getIndex()
Gets the index of this output within a command

Returns:
the index within the command

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.