public class OakRepositoryFactory extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | OakRepositoryFactory.StoreType | 
| Constructor and Description | 
|---|
| OakRepositoryFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| javax.jcr.Repository | createRepository() | 
| Path | getRepositoryPath() | 
| OakRepositoryFactory.StoreType | getStoreType() | 
| void | setRepositoryPath(Path repositoryPath) | 
| void | setRepositoryPath(String repositoryPath) | 
| void | setStoreType(OakRepositoryFactory.StoreType storeType) | 
public OakRepositoryFactory()
public javax.jcr.Repository createRepository() throws IOException, org.apache.jackrabbit.oak.segment.file.InvalidFileStoreVersionException
IOExceptionorg.apache.jackrabbit.oak.segment.file.InvalidFileStoreVersionExceptionpublic void close()
public OakRepositoryFactory.StoreType getStoreType()
public void setStoreType(OakRepositoryFactory.StoreType storeType)
public Path getRepositoryPath()
public void setRepositoryPath(Path repositoryPath)
public void setRepositoryPath(String repositoryPath)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.