Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.editor
Interface IRemoteResourceProperties

All Known Implementing Classes:
RSERemoteResourceProperties

public interface IRemoteResourceProperties


Field Summary
static String copyright
           
 
Method Summary
 String getEditorProfileType()
          Returns the editor profile persistent property value.
 String getEncoding()
          Returns the source encoding persistent property value.
 boolean getHasSequenceNumbers()
          Returns the sequence numbers flag persistent property value.
 boolean getReadOnly()
           
 int getRecordLength()
          Returns the remote file object session property value.
 int getRemoteCCSID()
          Returns the CCSID persistent property value.
 Object getRemoteFileObject()
           
 String getRemoteFilePath()
           
 String getRemoteFileSubSystem()
          Returns the sub-system name persistent property value.
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getEditorProfileType

String getEditorProfileType()
Returns the editor profile persistent property value.


getEncoding

String getEncoding()
Returns the source encoding persistent property value.


getHasSequenceNumbers

boolean getHasSequenceNumbers()
Returns the sequence numbers flag persistent property value.


getRecordLength

int getRecordLength()
Returns the remote file object session property value.


getRemoteCCSID

int getRemoteCCSID()
Returns the CCSID persistent property value.


getRemoteFileSubSystem

String getRemoteFileSubSystem()
Returns the sub-system name persistent property value.


getReadOnly

boolean getReadOnly()

getRemoteFilePath

String getRemoteFilePath()

getRemoteFileObject

Object getRemoteFileObject()

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 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.