org.stringtree.juicer.convert
Class TractStringFunnel

java.lang.Object
  extended by org.stringtree.juicer.convert.TractStringFunnel
All Implemented Interfaces:
StringSource, TractDestination

public class TractStringFunnel
extends java.lang.Object
implements TractDestination, StringSource


Field Summary
protected  TractSource source
           
 
Constructor Summary
TractStringFunnel()
           
TractStringFunnel(TractSource source)
           
 
Method Summary
 void connectSource(TractSource source)
           
 java.lang.String nextString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected TractSource source
Constructor Detail

TractStringFunnel

public TractStringFunnel(TractSource source)

TractStringFunnel

public TractStringFunnel()
Method Detail

connectSource

public void connectSource(TractSource source)
Specified by:
connectSource in interface TractDestination

nextString

public java.lang.String nextString()
Specified by:
nextString in interface StringSource