|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProductTransformer
Interface to perform transformations on PDS data products.
Method Summary | |
---|---|
File |
transform(File target,
File outputDir,
String format)
Transform a single target. |
List<File> |
transform(List<File> targets,
File outputDir,
String format)
Transform multiple targets. |
Method Detail |
---|
File transform(File target, File outputDir, String format) throws TransformException
target
- file specification to the PDS label.outputDir
- directory where the output file will be
written.format
- Valid format file type.
TransformException
List<File> transform(List<File> targets, File outputDir, String format) throws TransformException
targets
- a list of file specifications to the PDS labels.outputDir
- directory where the output file will be
written.format
- Valid format file type.
TransformException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |