public class TextToFtsRowset_Transformer
extends org.gcube.datatransformation.datatransformationlibrary.programs.Elm2ElmProgram
Program creating full text rowsets from plain text files.
| Constructor and Description |
|---|
TextToFtsRowset_Transformer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
A simple test.
|
org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement |
transformDataElement(org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement sourceDataElement,
List<org.gcube.datatransformation.datatransformationlibrary.model.Parameter> programParameters,
org.gcube.datatransformation.datatransformationlibrary.model.ContentType targetContentType) |
public static void main(String[] args) throws Exception
args - The argumentsException - If the test could not be performed.public org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement transformDataElement(org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement sourceDataElement,
List<org.gcube.datatransformation.datatransformationlibrary.model.Parameter> programParameters,
org.gcube.datatransformation.datatransformationlibrary.model.ContentType targetContentType)
throws Exception
transformDataElement in class org.gcube.datatransformation.datatransformationlibrary.programs.Elm2ElmProgramsourceDataElement - The source DataElement.programParameters - The parameters of the Program.targetContentType - The ContentType in which the DataElement will be transformed.Exception - If the Program is not capable to transform DataElements.Elm2ElmProgram.transformDataElement(org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement, java.util.List, org.gcube.datatransformation.datatransformationlibrary.model.ContentType)Copyright © 2014. All Rights Reserved.