public interface JournalFactory
Journal instances. Used
to decouple the repository internals from the repository configuration
mechanism.| Modifier and Type | Method and Description |
|---|---|
Journal |
getJournal(org.apache.jackrabbit.spi.commons.namespace.NamespaceResolver resolver)
Creates, initializes, and returns a
Journal instance
for use by the repository. |
Journal getJournal(org.apache.jackrabbit.spi.commons.namespace.NamespaceResolver resolver) throws RepositoryException
Journal instance
for use by the repository.resolver - namespace resolverRepositoryException - if the journal can not be createdCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.