Interface RepositoryServiceFactory

    • Method Detail

      • 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