org.stringtree.juicer.string
Class OneShotStringSource

java.lang.Object
  extended by org.stringtree.juicer.OneShotSource
      extended by org.stringtree.juicer.string.OneShotStringSource
All Implemented Interfaces:
Rewindable, StringSource
Direct Known Subclasses:
FileStringSource, StringStringSource

public abstract class OneShotStringSource
extends OneShotSource
implements StringSource


Field Summary
 
Fields inherited from class org.stringtree.juicer.OneShotSource
done
 
Constructor Summary
OneShotStringSource()
           
 
Method Summary
 java.lang.String nextString()
           
 
Methods inherited from class org.stringtree.juicer.OneShotSource
get, next, rewind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneShotStringSource

public OneShotStringSource()
Method Detail

nextString

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