RSE
Release 3.3

org.eclipse.rse.subsystems.shells.core.model
Class RemoteError

java.lang.Object
  extended by org.eclipse.rse.subsystems.shells.core.model.RemoteOutput
      extended by org.eclipse.rse.subsystems.shells.core.model.RemoteError
All Implemented Interfaces:
IAdaptable, IRemoteLineReference, IRemoteError, IRemoteOutput

public class RemoteError
extends RemoteOutput
implements IRemoteError

The RemoteOuputImpl class is an implementation of IRemoteOutput. It is used for storing information about a particular line of output


Field Summary
 
Fields inherited from class org.eclipse.rse.subsystems.shells.core.model.RemoteOutput
_endOffset, _line, _path, _startOffset, _text, _type
 
Constructor Summary
RemoteError(Object parent, String type)
          Constructor
 
Method Summary
 
Methods inherited from class org.eclipse.rse.subsystems.shells.core.model.RemoteOutput
getAbsolutePath, getAdapter, getCharEnd, getCharStart, getChildren, getIndex, getLabel, getLine, getParent, getText, getType, hasChildren, setAbsolutePath, setCharEnd, setCharStart, setLine, setText, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.rse.subsystems.shells.core.subsystems.IRemoteOutput
getIndex, getText, getType
 
Methods inherited from interface org.eclipse.rse.core.subsystems.IRemoteLineReference
getAbsolutePath, getCharEnd, getCharStart, getLine, getParent
 

Constructor Detail

RemoteError

public RemoteError(Object parent,
                   String type)
Constructor

Parameters:
parent - container of the output

RSE
Release 3.3

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