|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.validate.inventory.reader.InventoryTableReader
public class InventoryTableReader
Class that supports reading of a table-version of the PDS Inventory file.
Constructor Summary | |
---|---|
InventoryTableReader(File file)
Constructor. |
|
InventoryTableReader(String file)
Constructor. |
Method Summary | |
---|---|
File |
getDataFile()
Gets the data file that is being read. |
int |
getLineNumber()
Gets the line number that was just read. |
InventoryEntry |
getNext()
Gets the next product file reference in the PDS Inventory file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InventoryTableReader(File file) throws InventoryReaderException
file
- A PDS Inventory file.
InventoryReaderException
- If an error occurred while reading
the Inventory file.public InventoryTableReader(String file) throws InventoryReaderException
file
- A PDS Inventory file
InventoryReaderException
- If an error occurred while reading
the Inventory file.Method Detail |
---|
public File getDataFile()
public int getLineNumber()
public InventoryEntry getNext() throws InventoryReaderException
getNext
in interface InventoryReader
InventoryReaderException
- If an error occurred while reading
the Inventory file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |