Class BPSTranscriptParser

java.lang.Object
  extended byBPSTranscriptParser

public class BPSTranscriptParser
extends java.lang.Object

A transcript parser that's designed to interpret and index the plain text format used in the Java and Delphi versions of the Virtual Classroom.

Author:
Brian Smyth

Constructor Summary
BPSTranscriptParser(java.lang.String msg)
           
 
Method Summary
 java.util.Vector getMessages()
           
 void index_messages()
          Index the messages via the JACIndexer.
 void parseTranscript()
          Parse the transcript, creating messages Vector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPSTranscriptParser

public BPSTranscriptParser(java.lang.String msg)
Parameters:
msg - The transcript text.
Method Detail

getMessages

public java.util.Vector getMessages()
Returns:
The Vector of BPSArchiveMessages.

parseTranscript

public void parseTranscript()
Parse the transcript, creating messages Vector.


index_messages

public void index_messages()
Index the messages via the JACIndexer.