public class LegacyJdoDataManagementTool extends Object implements DataManagementTool
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BUILDS_XML |
protected org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory |
factory |
| Constructor and Description |
|---|
LegacyJdoDataManagementTool() |
| 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.DefaultConfigurableJdoFactory 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.