org.stringtree.tract
Class FileTractWriter

java.lang.Object
  extended by org.stringtree.tract.TractWriter
      extended by org.stringtree.tract.FileTractWriter

public class FileTractWriter
extends TractWriter


Constructor Summary
FileTractWriter()
           
 
Method Summary
static void store(Tract tract, java.io.File file)
           
static void store(Tract tract, java.io.File file, Fetcher context)
           
static void store(Tract tract, java.io.File file, StringFinder context)
           
 
Methods inherited from class org.stringtree.tract.TractWriter
asString, store, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTractWriter

public FileTractWriter()
Method Detail

store

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

store

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

store

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