Interface RepositoryFactory

All Superinterfaces:
Callable<Object>
All Known Implementing Classes:
DBSCachingRepositoryFactory, DBSRepositoryFactory, MemRepositoryFactory, MongoDBRepositoryFactory, VCSRepositoryFactory

public interface RepositoryFactory extends Callable<Object>
Low-level Repository factory.

The repository factory to use is usually specified in the MBean configuration file.

  • Method Summary

    Modifier and Type
    Method
    Description
    Constructs the low-level repository with the name previously passed to init.
  • Method Details

    • call

      Object call()
      Constructs the low-level repository with the name previously passed to init.
      Specified by:
      call in interface Callable<Object>
      Returns:
      a low-level Repository