Package org.apache.jackrabbit.spi
Interface RepositoryServiceFactory
public interface RepositoryServiceFactory
Factory for creating
RepositoryService instances. Implementations must
provide a no argument constructor.-
Method Summary
Modifier and TypeMethodDescriptioncreateRepositoryService(Map<?, ?> parameters) Create a newRepositoryService.
-
Method Details
-
createRepositoryService
Create a newRepositoryService. If the factory does not understand the passedparametersit must returnnull.- Parameters:
parameters- implementation specific set of parameters- Returns:
- a fresh
RepositoryServiceinstance ornull. - Throws:
RepositoryException- If there was an error creating theRepositoryServiceinstance
-