org.javaabf
Class ABF_parserFactory

java.lang.Object
  extended by org.javaabf.ABF_parserFactory

public class ABF_parserFactory
extends java.lang.Object

Provides a means of transparently determining the appropriate .abf file parser corresponding to a given version of .abf file.


Constructor Summary
protected ABF_parserFactory()
           
 
Method Summary
static ABF_parser getABF_parser(java.lang.String filename, boolean debug)
          Transparently returns the appropriate .abf file parser corresponding to a given version of .abf file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ABF_parserFactory

protected ABF_parserFactory()
Method Detail

getABF_parser

public static ABF_parser getABF_parser(java.lang.String filename,
                                       boolean debug)
                                throws java.io.IOException
Transparently returns the appropriate .abf file parser corresponding to a given version of .abf file.

Throws:
java.io.IOException