cli
Class HsqldbServerCmd
java.lang.Object
cli.AbstractCmdLine
cli.HsqldbServerCmd
public class HsqldbServerCmd
- extends AbstractCmdLine
The command extract a database into a given directory or compress a database into a given file.
- Since:
- 20 oct. 2009 version 2.1.1
- Version:
- 2.1.1
- Author:
- Arnaud Malapert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dbDir
protected File dbDir
dbName
protected String dbName
target
protected File target
odb
protected File odb
noServer
protected boolean noServer
verbose
protected boolean verbose
HsqldbServerCmd
public HsqldbServerCmd()
help
public void help()
- Overrides:
help
in class AbstractCmdLine
checkData
protected void checkData()
throws org.kohsuke.args4j.CmdLineException
- Description copied from class:
AbstractCmdLine
- check the validity of the command line
- Specified by:
checkData
in class AbstractCmdLine
- Throws:
org.kohsuke.args4j.CmdLineException
displayConnectionUrls
protected void displayConnectionUrls()
startHsqldbServer
protected org.hsqldb.Server startHsqldbServer()
execute
protected void execute()
- Specified by:
execute
in class AbstractCmdLine
main
public static void main(String[] args)
Copyright © 2012. All Rights Reserved.