|
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 WorkspaceModifyOperation com.ibm.etools.iseries.rse.util.evfparser.EventsFileParser
public class EventsFileParser
This is an operation that parses an event file, and opens it in the Error List view
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
EventsFileParser(IFile newFile,
IFile oldFile,
IHost host,
String srcType)
|
|
EventsFileParser(IFile newFile,
IFile oldFile,
IHost host,
String srcType,
String projectName)
|
|
EventsFileParser(IFile newFile,
IFile oldFile,
IHost host,
String srcType,
String projectName,
boolean useDefaultEncoding)
|
Method Summary | |
---|---|
void |
createMarker(QSYSEventsFileErrorInformationRecord record,
String fileLocation,
String isReadOnly)
|
void |
execute(IProgressMonitor monitor)
|
LinkedList |
getEventFileErrors()
This method is used by the JUnit test for event file processing. |
SystemMessage |
getException()
Used to retrieve any errors found when parsing. |
protected static SystemMessageException |
getSystemMessageException(String l1,
String l2,
Exception e)
|
void |
setUseDefaultEncoding(boolean flag)
|
void |
updateConnectionName(String location,
int indexEndBracket)
If we encounter a connection name on the FILE Keeps track of whether this check has already been done in the field #bDoneServerAliasCheck |
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
Constructor Detail |
---|
public EventsFileParser(IFile newFile, IFile oldFile, IHost host, String srcType)
public EventsFileParser(IFile newFile, IFile oldFile, IHost host, String srcType, String projectName)
public EventsFileParser(IFile newFile, IFile oldFile, IHost host, String srcType, String projectName, boolean useDefaultEncoding)
Method Detail |
---|
public void execute(IProgressMonitor monitor)
public SystemMessage getException()
%1 Events file name
%2 location
public LinkedList getEventFileErrors()
protected static SystemMessageException getSystemMessageException(String l1, String l2, Exception e)
public void createMarker(QSYSEventsFileErrorInformationRecord record, String fileLocation, String isReadOnly) throws Exception
createMarker
in interface IMarkerCreator
Exception
public void updateConnectionName(String location, int indexEndBracket)
IMarkerCreator
#bDoneServerAliasCheck
updateConnectionName
in interface IMarkerCreator
public void setUseDefaultEncoding(boolean flag)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |