public class FwRowset_Transformer extends Object implements org.gcube.datatransformation.datatransformationlibrary.programs.Program
Creates forward rowsets.
| Constructor and Description |
|---|
FwRowset_Transformer() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
isToString(InputStream instream) |
void |
transform(List<org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSource> sources,
List<org.gcube.datatransformation.datatransformationlibrary.model.Parameter> programParameters,
org.gcube.datatransformation.datatransformationlibrary.model.ContentType targetContentType,
org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSink sink) |
public void transform(List<org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSource> sources, List<org.gcube.datatransformation.datatransformationlibrary.model.Parameter> programParameters, org.gcube.datatransformation.datatransformationlibrary.model.ContentType targetContentType, org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSink sink) throws Exception
transform in interface org.gcube.datatransformation.datatransformationlibrary.programs.Programsources - The DataSources from which the Program will get the DataElements.programParameters - The parameters of the Program which are primarily set by the TransformationUnit.targetContentType - The ContentType in which the source data will be transformed.sink - The DataSink in which the Program will append the transformed DataElements.Exception - If the program is not capable to transform DataElements.Program.transform(java.util.List, java.util.List, org.gcube.datatransformation.datatransformationlibrary.model.ContentType, org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSink)protected static String isToString(InputStream instream) throws Exception
ExceptionCopyright © 2017. All Rights Reserved.