SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.meta
Class JDOMetaDataTool

java.lang.Object
  |
  +--kodo.meta.JDOMetaDataTool

public class JDOMetaDataTool
extends Object

Tool for generating default JDO metadata.

Since:
3.0

Constructor Summary
JDOMetaDataTool()
           
 
Method Summary
static void main(String[] args)
          Usage: java kodo.meta.JDOMetaDataTool [option]* <class name | .java file | .class file>+
static boolean run(JDOConfiguration conf, String[] args, boolean verbose, File file, ClassLoader loader)
          Run the tool.
static boolean run(JDOConfiguration conf, String[] args, boolean verbose, Writer out, ClassLoader loader)
          Run the tool.
static boolean run(JDOConfiguration conf, String[] args, serp.util.Options opts)
          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(String[] args)
                 throws IOException

Usage: java 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.


run

public static boolean run(JDOConfiguration conf,
                          String[] args,
                          serp.util.Options opts)
                   throws IOException
Run the tool. Returns false if any invalid options were given.

run

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

run

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

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

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