Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Interface IISeriesFile


public interface IISeriesFile


Method Summary
 String getFileSubType()
          Return the file sub type, PF, LF, DDMF
 String getLibraryName()
          From base class.
 IISeriesRecord getRecord(String recordName)
          Return the record format this file.
 boolean isSourceFile()
          Return true if this is a source file
 IISeriesRecord[] listRecords()
          Return a list of all records for this file
 

Method Detail

isSourceFile

boolean isSourceFile()
Return true if this is a source file


getFileSubType

String getFileSubType()
Return the file sub type, PF, LF, DDMF


getLibraryName

String getLibraryName()
From base class. Return the library containing this remote QSYS file system object


getRecord

IISeriesRecord getRecord(String recordName)
                         throws Exception
Return the record format this file.

Parameters:
recordName - The name of the record to retrieve.
Returns:
IISeriesHostFormatDefinition The record format definition
Throws:
Exception

listRecords

IISeriesRecord[] listRecords()
                             throws Exception
Return a list of all records for this file

Throws:
Exception

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.