uk.ac.cisban.rod.parsing.logfiles
Class InoculationParser

java.lang.Object
  extended by uk.ac.cisban.rod.parsing.logfiles.InoculationParser

public class InoculationParser
extends java.lang.Object

Parses inoculation files and sends the parsed data to the given LogParserListener.

Since:
22 February 2007, 12:27
Author:
Oliver Shaw

Constructor Summary
InoculationParser()
           
 
Method Summary
static void parse(java.util.Scanner scan, LogParserListener il)
          Creates a new instance of InnoculationParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InoculationParser

public InoculationParser()
Method Detail

parse

public static void parse(java.util.Scanner scan,
                         LogParserListener il)
                  throws java.text.ParseException
Creates a new instance of InnoculationParser

Throws:
java.text.ParseException


Copyright © 2010. All Rights Reserved.