Interface PersistenceAdapterFactory


public interface PersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a persistence Adapter that can use a given directory to store it's data.
  • Method Details