|
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.EventsFileParserCore
public class EventsFileParserCore
This is an operation that parses an event file, and opens it in the Error List view
Nested Class Summary | |
---|---|
protected class |
EventsFileParserCore.SourceFile
This class will be used to keep track of the location of a source file and its associated 'temp flag'. |
Field Summary | |
---|---|
protected IQSYSEventsFileProcessor |
_processor
|
static String |
Copyright
|
Constructor Summary | |
---|---|
EventsFileParserCore()
|
Method Summary | |
---|---|
LinkedList |
getAllErrors()
After all records in the Events File are processed, this method is called to return all the errors from all the processor blocks (QSYSEventsFileProcessorBlock) of the Events File. |
Set |
getAllFileIDRecords()
Get all file ID records. |
SecondLevelHelpException |
getException()
Used to retrieve any errors found when parsing. |
void |
parse(ISequentialFileReader reader,
int ccsid,
IMarkerCreator markerCreator)
|
void |
setProcessor(IQSYSEventsFileProcessor processor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
protected IQSYSEventsFileProcessor _processor
Constructor Detail |
---|
public EventsFileParserCore()
Method Detail |
---|
public void parse(ISequentialFileReader reader, int ccsid, IMarkerCreator markerCreator) throws IOException, Exception
IOException
Exception
public SecondLevelHelpException getException()
%1 Events file name
%2 location
public void setProcessor(IQSYSEventsFileProcessor processor)
public LinkedList getAllErrors()
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 |