org.objectweb.speedo.generation.start
Class Main
java.lang.Object
org.objectweb.speedo.generation.start.Assertion
org.objectweb.speedo.generation.start.Support
org.objectweb.speedo.generation.start.Main
- public class Main
- extends Support
Main is the starting point for the persistent filter tool.
Fields inherited from class org.objectweb.speedo.generation.start.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 perform filtering tasks |
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
INTERNAL_ERROR
public static final int INTERNAL_ERROR
- See Also:
- Constant Field Values
logger
protected org.objectweb.util.monolog.api.Logger logger
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 perform filtering tasks