Uses of Interface
org.otfeed.support.IDataWriter

Packages that use IDataWriter
org.otfeed.support Utility and helper classes for the client API. 
 

Uses of IDataWriter in org.otfeed.support
 

Classes in org.otfeed.support that implement IDataWriter
 class CSVDataWriter
          Class that provides CSV formatting for Java POJO beans.
 class SimpleDataWriter
          Class that writes events to a PrintWriter (defaults to terminal), using Java's toStirng() formatting.
 

Methods in org.otfeed.support that return IDataWriter
 IDataWriter CommonDelegate.getDataWriter()
          Ouptut destination.
 

Methods in org.otfeed.support with parameters of type IDataWriter
 void CommonDelegate.setDataWriter(IDataWriter val)
          Sets output writer.
 

Constructors in org.otfeed.support with parameters of type IDataWriter
CommonDelegate(IDataWriter writer)
          Creates new CommonDelegate with no id, and given output destination.
CommonDelegate(java.lang.String id, IDataWriter writer)
          Creates new CommonDelegate with the given id string, and given output destination.
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.