org.stringtree.juicer.formatter
Class ExternalFormatter

java.lang.Object
  extended by org.stringtree.juicer.tract.TractFilterFetcher
      extended by org.stringtree.juicer.formatter.ExternalFormatter
All Implemented Interfaces:
Container, Fetcher, ObjectFinder, StringFinder

public class ExternalFormatter
extends TractFilterFetcher


Field Summary
 
Fields inherited from interface org.stringtree.Container
CONTAINER
 
Constructor Summary
ExternalFormatter(java.lang.String spec, Fetcher context)
           
ExternalFormatter(StringSource spec, Fetcher context)
           
 
Method Summary
 
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

ExternalFormatter

public ExternalFormatter(StringSource spec,
                         Fetcher context)

ExternalFormatter

public ExternalFormatter(java.lang.String spec,
                         Fetcher context)