Interface RepositoryServiceFactory


public interface RepositoryServiceFactory
Factory for creating RepositoryService instances. Implementations must provide a no argument constructor.
  • Method Details

    • createRepositoryService

      RepositoryService createRepositoryService(Map<?,?> parameters) throws RepositoryException
      Create a new RepositoryService. If the factory does not understand the passed parameters it must return null.
      Parameters:
      parameters - implementation specific set of parameters
      Returns:
      a fresh RepositoryService instance or null.
      Throws:
      RepositoryException - If there was an error creating the RepositoryService instance