public class BlueDbOnDiskBuilder
extends java.lang.Object
BlueDbOnDisk class| Constructor and Description |
|---|
BlueDbOnDiskBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BlueDbOnDisk |
build()
Builds the
BlueDbOnDisk object |
BlueDbOnDiskBuilder |
setPath(java.nio.file.Path path)
Deprecated.
|
BlueDbOnDiskBuilder |
withPath(java.nio.file.Path path)
Sets the path you wish to use for the BlueDB data
|
public BlueDbOnDiskBuilder withPath(java.nio.file.Path path)
path - the path directory that will contain the BlueDB datapublic BlueDbOnDisk build()
BlueDbOnDisk objectBlueDbOnDisk built@Deprecated public BlueDbOnDiskBuilder setPath(java.nio.file.Path path)
path - the path directory that will contain the BlueDB data