gov.nasa.pds.transform
Interface PdsTransformer

All Known Implementing Classes:
Pds3Transformer, Pds4Transformer

public interface PdsTransformer

Interface for doing transformations.

Author:
mcayanan

Method Summary
 void transform(File input, File output, String format)
          Perform the transformation.
 

Method Detail

transform

void transform(File input,
               File output,
               String format)
               throws TransformException
Perform the transformation.

Parameters:
input - Input file.
output - Output file.
format - Valid format file type.
Throws:
TransformException


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.