d2rq
Class validate

java.lang.Object
  extended by org.d2rq.CommandLineTool
      extended by d2rq.validate

public class validate
extends CommandLineTool


Constructor Summary
validate()
           
 
Method Summary
 void initArgs(jena.cmdline.CommandLine cmd)
           
static void main(String[] args)
           
 void run(jena.cmdline.CommandLine cmd, SystemLoader loader)
           
 void usage()
           
 
Methods inherited from class org.d2rq.CommandLineTool
printConnectionOptions, printStandardArguments, process, reportException, reportException, setMinMaxArguments, setSupportImplicitJdbcURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

validate

public validate()
Method Detail

main

public static void main(String[] args)

usage

public void usage()
Specified by:
usage in class CommandLineTool

initArgs

public void initArgs(jena.cmdline.CommandLine cmd)
Specified by:
initArgs in class CommandLineTool

run

public void run(jena.cmdline.CommandLine cmd,
                SystemLoader loader)
         throws IOException
Specified by:
run in class CommandLineTool
Throws:
IOException