|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransformation.datatransformationlibrary.datahandlers.impl.REFDataBridge
public class REFDataBridge
DataBridge which keeps references to DataElements when they are appended into it.| Constructor Summary | |
|---|---|
REFDataBridge()
|
|
| Method Summary | |
|---|---|
void |
append(DataElement object)
Appends the specified DataElement to this DataSink |
void |
close()
Closes this DataHandler and releases any resources associated with it. |
String |
getOutput()
Returns the output of the transformation. |
boolean |
hasNext()
Returns true if the DataSource has more DataElements. |
boolean |
isClosed()
Returns the closed state of the DataHandler. |
DataElement |
next()
Returns the next element of the DataSource. |
ContentType |
nextContentType()
Returns the next element's ContentType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public REFDataBridge()
| Method Detail |
|---|
public void append(DataElement object)
DataSinkDataElement to this DataSink
append in interface DataSinkobject - DataElement to be appended to this DataSinkDataSink.append(org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement)public void close()
DataHandler
close in interface DataHandlerDataHandler.close()public boolean hasNext()
DataSourceDataElements.
hasNext in interface ContentTypeDataSourcehasNext in interface DataSourceDataSource.hasNext()public DataElement next()
DataSource
next in interface DataSourceDataSource.next()public String getOutput()
DataSink
getOutput in interface DataSinkDataSink.getOutput()public boolean isClosed()
DataHandler
isClosed in interface DataHandlerDataHandler.isClosed()public ContentType nextContentType()
ContentTypeDataSourceContentType
nextContentType in interface ContentTypeDataSourceContentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||