SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.kodo.meta
Class JDOMetaDataTool

java.lang.Object
  |
  +--com.solarmetric.rd.kodo.meta.JDOMetaDataTool

public class JDOMetaDataTool
extends java.lang.Object

Tool for generating default JDO metadata.


Constructor Summary
JDOMetaDataTool()
           
 
Method Summary
static void main(java.lang.String[] args)
          Usage: java com.solarmetric.kodo.meta.JDOMetaDataTool [option]* <class name | .java file | .class file>+
static boolean run(com.solarmetric.rd.kodo.conf.JDOConfiguration conf, java.lang.String[] args, boolean verbose, java.io.File file, java.lang.ClassLoader loader)
          Run the tool.
static boolean run(com.solarmetric.rd.kodo.conf.JDOConfiguration conf, java.lang.String[] args, boolean verbose, java.io.Writer out, java.lang.ClassLoader loader)
          Run the tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOMetaDataTool

public JDOMetaDataTool()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException

Usage: java com.solarmetric.kodo.meta.JDOMetaDataTool [option]* <class name | .java file | .class file>+

Where the following options are recognized.

Each class supplied as an argument will be reflected on, and default metadata will be generated.

java.io.IOException

run

public static boolean run(com.solarmetric.rd.kodo.conf.JDOConfiguration conf,
                          java.lang.String[] args,
                          boolean verbose,
                          java.io.File file,
                          java.lang.ClassLoader loader)
                   throws java.io.IOException
Run the tool. Return false if invalid options were given.

java.io.IOException

run

public static boolean run(com.solarmetric.rd.kodo.conf.JDOConfiguration conf,
                          java.lang.String[] args,
                          boolean verbose,
                          java.io.Writer out,
                          java.lang.ClassLoader loader)
                   throws java.io.IOException
Run the tool. Return false if invalid options were given.

java.io.IOException

SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.