gov.nasa.pds.harvest.inventory
Interface InventoryReader

All Known Implementing Classes:
InventoryTableReader, InventoryXMLReader

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


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