|
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.Object com.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
SecondLevelHelpException
public void addFileToFileTable(QSYSEventsFileFileIDRecord record)
record
- The File ID recordpublic void closeFile(QSYSEventsFileFileEndRecord record) throws SecondLevelHelpException
AddFileInformation()
.
record
- The FileEnd record that contains the number of lines in the source.
SecondLevelHelpException
public 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
SecondLevelHelpException
public String toString()
toString
in class Object
public 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 |