Class Jailer
java.lang.Object
net.sf.jailer.Jailer
Jailer is a tool for database subsetting and relational data browsing.
https://github.com/Wisser/Jailer
- The Subsetter exports consistent, referentially intact row-sets from relational databases, generates topologically sorted SQL-DML, DbUnit datasets and hierarchically structured XML.
- The Data Browser allows bidirectional navigation through the database by following foreign-key-based or user-defined relationships.
https://github.com/Wisser/Jailer
- Author:
- Ralf Wisser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanjailerMain(String[] args, StringBuffer warnings, ProgressListener progressListener, boolean fromCli) Main-method for GUI.static voidMain-method for CLI.
-
Constructor Details
-
Jailer
public Jailer()
-
-
Method Details
-
main
-
jailerMain
public static boolean jailerMain(String[] args, StringBuffer warnings, ProgressListener progressListener, boolean fromCli) throws Exception Main-method for GUI.- Parameters:
args- argumentswarnings- string-buffer to print warnings into, may benullprogressListener- listens to progress events, may benullfromCli-trueif invoked from the command-line interface- Returns:
falseiff something went wrong- Throws:
Exception
-