org.apache.jdo.enhancer
Class Main
java.lang.Object
org.apache.jdo.impl.enhancer.util.Assertion
org.apache.jdo.impl.enhancer.util.Support
org.apache.jdo.enhancer.Main
public class Main
- extends Support
Main is the starting point for the persistent filter tool.
Fields inherited from class org.apache.jdo.impl.enhancer.util.Support |
timer |
Constructor Summary |
Main()
Construct a filter tool instance |
Method Summary |
static void |
main(java.lang.String[] argv)
This is where it all starts. |
int |
process(java.lang.String[] argv)
Process command line options and run enhancer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OK
public static final int OK
- See Also:
- Constant Field Values
USAGE_ERROR
public static final int USAGE_ERROR
- See Also:
- Constant Field Values
METADATA_ERROR
public static final int METADATA_ERROR
- See Also:
- Constant Field Values
CLASS_LOCATOR_ERROR
public static final int CLASS_LOCATOR_ERROR
- See Also:
- Constant Field Values
INTERNAL_ERROR
public static final int INTERNAL_ERROR
- See Also:
- Constant Field Values
classLocator
protected ResourceLocator classLocator
- The locator for classes.
Main
public Main()
- Construct a filter tool instance
main
public static void main(java.lang.String[] argv)
- This is where it all starts.
process
public int process(java.lang.String[] argv)
- Process command line options and run enhancer.
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.