gov.nasa.pds.validate.inventory.reader
Interface InventoryReader

All Known Implementing Classes:
InventoryTableReader

public interface InventoryReader

Interface for reading a PDS Inventory File.

Author:
mcayanan

Method Summary
 InventoryEntry getNext()
          Get the next file reference in the Inventory file.
 

Method Detail

getNext

InventoryEntry getNext()
                       throws InventoryReaderException
Get the next file reference in the Inventory file.

Returns:
An object representation of the next file reference in the Inventory file.
Throws:
InventoryReaderException - If an error occured while getting the next entry in the inventory file.


Copyright © 2010–2015 Planetary Data System. All rights reserved.