Class Main
java.lang.Object
com.sun.jdo.api.persistence.enhancer.Main
Main is the starting point for the persistent filter tool.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidThis is where it all starts.intProcess command line options and perform filtering tasksprotected intprocessArgs(String[] argv, Collection cNames) Process command line optionsstatic voidusage()Print a usage message to System.err
-
Constructor Details
-
Main
public Main()Construct a filter tool instance
-
-
Method Details
-
main
This is where it all starts. -
process
Process command line options and perform filtering tasks -
processArgs
Process command line options -
usage
public static void usage()Print a usage message to System.err
-