org.apache.jdo.enhancer
Class Main

java.lang.Object
  extended by org.apache.jdo.impl.enhancer.util.Assertion
      extended by org.apache.jdo.impl.enhancer.util.Support
          extended by org.apache.jdo.enhancer.Main

public class Main
extends Support

Main is the starting point for the persistent filter tool.


Field Summary
static int CLASS_LOCATOR_ERROR
           
protected  ResourceLocator classLocator
          The locator for classes.
static int INTERNAL_ERROR
           
static int METADATA_ERROR
           
static int OK
           
static int USAGE_ERROR
           
 
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 org.apache.jdo.impl.enhancer.util.Support
getI18N, getI18N, getI18N, getI18N, getI18N, getI18N
 
Methods inherited from class org.apache.jdo.impl.enhancer.util.Assertion
affirm, affirm, affirm, affirm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

Main

public Main()
Construct a filter tool instance

Method Detail

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-2011 Apache Software Foundation. All Rights Reserved.