org.gcube.data.gis.publisher.plugin.fwk.writers
Class AbstractWriter<T>

java.lang.Object
  extended by org.gcube.data.gis.publisher.plugin.fwk.writers.AbstractWriter<T>
All Implemented Interfaces:
ObjectWriter<T>
Direct Known Subclasses:
Writer

public abstract class AbstractWriter<T>
extends Object
implements ObjectWriter<T>


Constructor Summary
protected AbstractWriter(AbstractWrapper<T> wrapper)
           
 
Method Summary
 void close()
           
protected  AbstractWrapper<T> getWrapper()
           
 void register()
           
 void register(int links)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gcube.data.gis.publisher.plugin.fwk.writers.ObjectWriter
put, put
 

Constructor Detail

AbstractWriter

protected AbstractWriter(AbstractWrapper<T> wrapper)
Method Detail

getWrapper

protected AbstractWrapper<T> getWrapper()

register

public void register()

register

public void register(int links)

close

public void close()
Specified by:
close in interface ObjectWriter<T>


Copyright © 2012. All Rights Reserved.