|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jdbdump.connect.TestDump
public class TestDump
A class which may be used to test the dump/restore engine from the command line.
This is not a JUnit test, as the name could suggest. It's just a class with main() which I use
to test dump creating, when I don't want to or can't use the web GUI.
Usage:
java TestDump dump|restore|print <dumpfile> <propfile>, where:
Constructor Summary | |
---|---|
TestDump()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Runs the command line tool with given arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestDump()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- command line arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |