|
Simple execution wrapper for persistent ontology example.
Usage:
java jena.examples.ontology.persistentOntology.Main
[--dbUser string] e.g: --dbUser ijd
[--dbURL string] e.g: --dbURL jdbc:postgresql://localhost/jenatest
[--dbPw string] e.g: --dbPw nosecrets
[--dbType string] e.g: --dbType PostgreSQL
[--dbDriver string] e.g: --dbDriver org.postgresql.Driver
[--reload] if true will reload the source data
[sourceURL] optional source URL for the data to persist
If no db parameters or source URL is given, defaults will be used.
author: Ian Dickinson, HP Labs author: (email) version: CVS $Id: Main.java,v 1.2 2005/10/08 08:38:07 ian_dickinson Exp $ |