Package gov.nasa.pds.transform.product
Class Pds4LabelTransformer
- java.lang.Object
-
- gov.nasa.pds.transform.product.DefaultTransformer
-
- gov.nasa.pds.transform.product.Pds4LabelTransformer
-
- All Implemented Interfaces:
ProductTransformer
public class Pds4LabelTransformer extends DefaultTransformer
Class that performs transformations on a PDS4 label.- Author:
- mcayanan
-
-
Field Summary
-
Fields inherited from class gov.nasa.pds.transform.product.DefaultTransformer
appendIndexToOutputFile, log, overwriteOutput
-
-
Constructor Summary
Constructors Constructor Description Pds4LabelTransformer(boolean overwrite)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<File>transform(URL url, File outputDir, String format, String dataFile, int index)List<File>transformAll(URL url, File outputDir, String format)-
Methods inherited from class gov.nasa.pds.transform.product.DefaultTransformer
transform, transform, transform, transform, transformAll, transformAll
-
-
-
-
Method Detail
-
transform
public List<File> transform(URL url, File outputDir, String format, String dataFile, int index) throws TransformException, URISyntaxException, Exception
- Specified by:
transformin interfaceProductTransformer- Specified by:
transformin classDefaultTransformer- Throws:
TransformExceptionURISyntaxExceptionException
-
transformAll
public List<File> transformAll(URL url, File outputDir, String format) throws TransformException, URISyntaxException, Exception
- Specified by:
transformAllin interfaceProductTransformer- Specified by:
transformAllin classDefaultTransformer- Throws:
TransformExceptionURISyntaxExceptionException
-
-