org.stringtree.tract
Class FileTractReader

java.lang.Object
  extended by org.stringtree.tract.FileTractReader

public class FileTractReader
extends java.lang.Object


Constructor Summary
FileTractReader()
           
 
Method Summary
static Tract load(java.io.File file, StringFinder context)
           
static Tract load(java.io.File file, TractRecognizer rec, StringFinder context)
           
static void load(Tract tract, java.io.File file, boolean isTract)
           
static void load(Tract tract, java.io.File file, boolean isTract, StringFinder context)
           
static void load(Tract tract, java.io.File file, StringFinder context)
           
static void load(Tract tract, java.io.File file, TractRecognizer rec, StringFinder context)
           
static void loadTextFile(Tract tract, java.io.File file)
           
static void loadTract(Tract tract, java.io.File file, StringFinder context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTractReader

public FileTractReader()
Method Detail

load

public static void load(Tract tract,
                        java.io.File file,
                        boolean isTract,
                        StringFinder context)
                 throws java.io.IOException
Throws:
java.io.IOException

load

public static void load(Tract tract,
                        java.io.File file,
                        boolean isTract)
                 throws java.io.IOException
Throws:
java.io.IOException

load

public static void load(Tract tract,
                        java.io.File file,
                        TractRecognizer rec,
                        StringFinder context)
                 throws java.io.IOException
Throws:
java.io.IOException

load

public static void load(Tract tract,
                        java.io.File file,
                        StringFinder context)
                 throws java.io.IOException
Throws:
java.io.IOException

loadTract

public static void loadTract(Tract tract,
                             java.io.File file,
                             StringFinder context)
                      throws java.io.IOException
Throws:
java.io.IOException

loadTextFile

public static void loadTextFile(Tract tract,
                                java.io.File file)
                         throws java.io.IOException
Throws:
java.io.IOException

load

public static Tract load(java.io.File file,
                         TractRecognizer rec,
                         StringFinder context)

load

public static Tract load(java.io.File file,
                         StringFinder context)