public class JdoDataManagementTool extends Object implements DataManagementTool
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BUILDS_XML |
protected org.codehaus.plexus.jdo.ConfigurableJdoFactory |
factory |
| Constructor and Description |
|---|
JdoDataManagementTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
backupDatabase(File backupDirectory) |
void |
eraseDatabase() |
void |
restoreDatabase(File backupDirectory,
boolean strict) |
protected static final String BUILDS_XML
protected org.codehaus.plexus.jdo.ConfigurableJdoFactory factory
public void backupDatabase(File backupDirectory) throws IOException
backupDatabase in interface DataManagementToolIOExceptionpublic void eraseDatabase()
eraseDatabase in interface DataManagementToolpublic void restoreDatabase(File backupDirectory, boolean strict) throws IOException
restoreDatabase in interface DataManagementToolIOExceptionCopyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.