Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.editor
Class RSERemoteResourceProperties

java.lang.Object
  extended by com.ibm.etools.systems.editor.RSERemoteResourceProperties
All Implemented Interfaces:
IRemoteResourceProperties

public class RSERemoteResourceProperties
extends Object
implements IRemoteResourceProperties


Field Summary
static String copyright
           
 
Constructor Summary
RSERemoteResourceProperties(IFile file)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

RSERemoteResourceProperties

public RSERemoteResourceProperties(IFile file)
Method Detail

getEditorProfileType

public String getEditorProfileType()
Description copied from interface: IRemoteResourceProperties
Returns the editor profile persistent property value.

Specified by:
getEditorProfileType in interface IRemoteResourceProperties

getEncoding

public String getEncoding()
Description copied from interface: IRemoteResourceProperties
Returns the source encoding persistent property value.

Specified by:
getEncoding in interface IRemoteResourceProperties

getHasSequenceNumbers

public boolean getHasSequenceNumbers()
Description copied from interface: IRemoteResourceProperties
Returns the sequence numbers flag persistent property value.

Specified by:
getHasSequenceNumbers in interface IRemoteResourceProperties

getRecordLength

public int getRecordLength()
Description copied from interface: IRemoteResourceProperties
Returns the remote file object session property value.

Specified by:
getRecordLength in interface IRemoteResourceProperties

getRemoteCCSID

public int getRemoteCCSID()
Description copied from interface: IRemoteResourceProperties
Returns the CCSID persistent property value.

Specified by:
getRemoteCCSID in interface IRemoteResourceProperties

getRemoteFileSubSystem

public String getRemoteFileSubSystem()
Description copied from interface: IRemoteResourceProperties
Returns the sub-system name persistent property value.

Specified by:
getRemoteFileSubSystem in interface IRemoteResourceProperties

getReadOnly

public boolean getReadOnly()
Specified by:
getReadOnly in interface IRemoteResourceProperties

getRemoteFilePath

public String getRemoteFilePath()
Specified by:
getRemoteFilePath in interface IRemoteResourceProperties

getRemoteFileObject

public Object getRemoteFileObject()
Specified by:
getRemoteFileObject in interface IRemoteResourceProperties

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.