org.gcube.data.spd.plugin.fwk.writers
Class WriterManager<T>

java.lang.Object
  extended by org.gcube.data.spd.plugin.fwk.writers.WriterManager<T>
All Implemented Interfaces:
org.gcube.data.streams.generators.Generator<T,String>
Direct Known Subclasses:
ResultElementWriterManager, Writer.DefaultWriter

public abstract class WriterManager<T>
extends Object
implements org.gcube.data.streams.generators.Generator<T,String>


Field Summary
 
Fields inherited from interface org.gcube.data.streams.generators.Generator
iteration
 
Constructor Summary
WriterManager()
           
 
Method Summary
 T enrich(T obj)
           
 boolean filter(T obj)
           
 String yield(T element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriterManager

public WriterManager()
Method Detail

enrich

public T enrich(T obj)

filter

public boolean filter(T obj)

yield

public String yield(T element)
Specified by:
yield in interface org.gcube.data.streams.generators.Generator<T,String>


Copyright © 2013. All Rights Reserved.