|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.transform.TransformerFactory
public class TransformerFactory
Transformer Factory class that determines whether to transform a PDS3 or PDS4 product.
Method Summary | |
---|---|
static TransformerFactory |
getInstance()
Gets an instance of the factory. |
PdsTransformer |
newInstance(File label)
Gets an instance of a Transformer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TransformerFactory getInstance()
public PdsTransformer newInstance(File label) throws TransformException
label
- A PDS3 or PDS4 label. Filename must end in 'xml' or 'lbl'.
TransformException
- If the label filename does not end in 'xml'
or 'lbl', case-insensitive.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |