public interface DatabaseAdapter extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
createPersistencePropertiesFileAndDatabase() |
File |
getLocalRoot() |
UUID |
getRepositoryId() |
void |
setLocalRoot(File localRoot) |
void |
setRepositoryId(UUID repositoryId) |
close
UUID getRepositoryId()
void setRepositoryId(UUID repositoryId)
File getLocalRoot()
void setLocalRoot(File localRoot)
void createPersistencePropertiesFileAndDatabase() throws Exception
Exception
Copyright © 2013–2019. All rights reserved.