org.stringtree.juicer.formatter
Class Formatter

java.lang.Object
  extended by org.stringtree.juicer.tract.TractFilterFetcher
      extended by org.stringtree.juicer.formatter.Formatter
All Implemented Interfaces:
Container, Fetcher, ObjectFinder, StringFinder, Initialisable
Direct Known Subclasses:
WikiFormatter

public abstract class Formatter
extends TractFilterFetcher
implements Initialisable


Field Summary
 
Fields inherited from interface org.stringtree.Container
CONTAINER
 
Constructor Summary
Formatter()
           
Formatter(Fetcher context)
           
 
Method Summary
protected abstract  TractFilter[] getFilters(Fetcher context)
           
 void init(Fetcher context)
           
 
Methods inherited from class org.stringtree.juicer.tract.TractFilterFetcher
contains, get, getObject, getUnderlyingFetcher, list, setFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Formatter

public Formatter(Fetcher context)

Formatter

public Formatter()
Method Detail

init

public void init(Fetcher context)
Specified by:
init in interface Initialisable

getFilters

protected abstract TractFilter[] getFilters(Fetcher context)