javax.jdo
Class Enhancer

java.lang.Object
  extended by javax.jdo.Enhancer

public class Enhancer
extends java.lang.Object

Main class to invoke a JDO Enhancer. The enhancer is invoked with the following command line:

java -cp <classpath> javax.jdo.Enhancer <options> <directory, file, or resource names> <classpath> must contain the jdo specification jar, the implementation jar and any implementation dependencies, the statically-compiled classes, and the jdo metadata files loadable as resources.

<options> include:

<directory, file, or resource names>

Since:
3.0

Constructor Summary
Enhancer()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run the enhancer from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Enhancer

public Enhancer()
Method Detail

main

public static void main(java.lang.String[] args)
Run the enhancer from the command line.

Parameters:
args - command line arguments


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.