public interface RepositoryServiceFactory
RepositoryService instances. Implementations must
provide a no argument constructor.| Modifier and Type | Method and Description |
|---|---|
RepositoryService |
createRepositoryService(Map<?,?> parameters)
Create a new
RepositoryService. |
RepositoryService createRepositoryService(Map<?,?> parameters) throws RepositoryException
RepositoryService. If the factory does not understand the
passed parameters it must return null.parameters - implementation specific set of parametersRepositoryService instance or null.RepositoryException - If there was an error creating the
RepositoryService instanceCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.