gov.nasa.pds.tools.label.parser
Class LabelParserFactory

java.lang.Object
  extended by gov.nasa.pds.tools.label.parser.LabelParserFactory

public class LabelParserFactory
extends java.lang.Object

This class will be used to generate label parsers.

Version:
$Revision: 2904 $
Author:
pramirez

Method Summary
static LabelParserFactory getInstance()
          Retrieve a factory which will create
 LabelParser newLabelParser()
          Retrieves a parser that will read in PDS label files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LabelParserFactory getInstance()
Retrieve a factory which will create

Returns:
parser factory that will generate parsers

newLabelParser

public LabelParser newLabelParser()
Retrieves a parser that will read in PDS label files.

Returns:
The parser


Copyright © 2005-2007 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.