|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.util.evfparser.QSYSEventsFileMapTable
public class QSYSEventsFileMapTable
| Constructor Summary | |
|---|---|
QSYSEventsFileMapTable()
|
|
| Method Summary | |
|---|---|
void |
addExpansionRecord(QSYSEventsFileExpansionRecord record)
|
void |
addFileInformation(QSYSEventsFileFileIDRecord record)
Adds file information to the map |
void |
addFileToFileTable(QSYSEventsFileFileIDRecord record)
Adds file information only to the file table. |
void |
closeFile(QSYSEventsFileFileEndRecord record)
Sets the correct bounds for the files in the map that were added using AddFileInformation(). |
void |
finalizeMap()
|
Set |
getAllFileIDRecords()
Get all file locations. |
QSYSEventsFileFileIDRecord |
getFileIDRecordForFileID(String ID)
Returns the QSYSEventsFileFileIDRecord corresponding to a file ID |
String |
getFileLocationForFileID(String ID)
|
void |
modifyErrorInformation(QSYSEventsFileErrorInformationRecord record)
Modifies the information contained in the Error record based on the available map. |
String |
toString()
Prints the map |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QSYSEventsFileMapTable()
| Method Detail |
|---|
public void addFileInformation(QSYSEventsFileFileIDRecord record)
throws SecondLevelHelpException
record - The File ID record
SecondLevelHelpExceptionpublic void addFileToFileTable(QSYSEventsFileFileIDRecord record)
record - The File ID record
public void closeFile(QSYSEventsFileFileEndRecord record)
throws SecondLevelHelpException
AddFileInformation().
record - The FileEnd record that contains the number of lines in the source.
SecondLevelHelpExceptionpublic void addExpansionRecord(QSYSEventsFileExpansionRecord record)
public QSYSEventsFileFileIDRecord getFileIDRecordForFileID(String ID)
ID - - the ID of the file to look for
public String getFileLocationForFileID(String ID)
public void modifyErrorInformation(QSYSEventsFileErrorInformationRecord record)
throws SecondLevelHelpException
record - the Error record to be modified.
SecondLevelHelpException
public void finalizeMap()
throws SecondLevelHelpException
SecondLevelHelpExceptionpublic String toString()
toString in class Objectpublic Set getAllFileIDRecords()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||