public class Zipper
extends org.gcube.datatransformation.datatransformationlibrary.programs.Elm2ElmProgram
Creates zip files from single or multipart data elements.
| Constructor and Description |
|---|
Zipper() |
| Modifier and Type | Method and Description |
|---|---|
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 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 data element which will be transformed.programParameters - The parameters of the Program.targetContentType - The ContentType in which the DataElement will be transformed.Exception - If the program fails to transform the data element.Elm2ElmProgram.transformDataElement(org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement, java.util.List, org.gcube.datatransformation.datatransformationlibrary.model.ContentType)Copyright © 2017. All Rights Reserved.