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