Class DirectoryProductHandler

java.lang.Object
gov.usgs.earthquake.product.io.ObjectProductHandler
gov.usgs.earthquake.product.io.DirectoryProductHandler
All Implemented Interfaces:
ProductHandler
Direct Known Subclasses:
JsonDirectoryProductHandler, XmlDirectoryProductHandler

public abstract class DirectoryProductHandler extends ObjectProductHandler
Base class for storing a product to a Directory.
  • Field Details

    • directory

      protected File directory
      Directory where product contents are stored.
  • Constructor Details

    • DirectoryProductHandler

      public DirectoryProductHandler(File directory)
      Construct a new DirectoryProductHandler object.
      Parameters:
      directory - where product contents will be stored.
  • Method Details