public class BdbUtil extends Object
| Constructor and Description |
|---|
BdbUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
uniqueEnvironment(String prefix,
String suffix,
File directory)
Creates a unique directory for housing a BDB environment, and returns
its name.
|
public static String uniqueEnvironment(String prefix, String suffix, File directory) throws IOException
prefix - a prefix for the temporary directory's name. Cannot be
null.suffix - a suffix for the temporary directory's name.IOException - if an error occurred in creating the temporary
directory.Copyright © 2012–2016 Emory University. All rights reserved.