|
||||||||||
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(URL url)
Constructor. |
Method Summary | |
---|---|
URL |
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(URL url) throws InventoryReaderException
url
- The URL to the PDS Inventory file.
InventoryReaderException
- If an error occurred while reading
the Inventory file.
URISyntaxException
MalformedURLException
Method Detail |
---|
public URL 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 |