public final class ExporterMain extends Object
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Command line hook so that the exporter can be called directly on the command line.
|
public static void main(String[] args) throws Exception
args
- the first argument is the directory where to export the documents, the second argument is some
database name (TODO: find out what this name is really) and the third argument is the Hibernate config
fill containing the database definition (JDBC driver, username and password, etc)Exception
- in case of an error while exportingCopyright © 2004–2017 XWiki. All rights reserved.