public class Enhancer extends Object
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:
| Constructor and Description |
|---|
Enhancer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Run the enhancer from the command line.
|
public static void main(String[] args)
args - command line argumentsCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.