org.objectweb.speedo.generation.start
Class Main

java.lang.Object
  extended byorg.objectweb.speedo.generation.start.Assertion
      extended byorg.objectweb.speedo.generation.start.Support
          extended byorg.objectweb.speedo.generation.start.Main

public class Main
extends Support

Main is the starting point for the persistent filter tool.


Nested Class Summary
 class Main.Description
           
 
Field Summary
static int INTERNAL_ERROR
           
protected  org.objectweb.util.monolog.api.Logger logger
           
static int METADATA_ERROR
           
static int OK
           
static int USAGE_ERROR
           
 
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 org.objectweb.speedo.generation.start.Support
getI18N, getI18N, getI18N, getI18N, getI18N, getI18N
 
Methods inherited from class org.objectweb.speedo.generation.start.Assertion
assertion, assertion, assertion, assertion
 
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

INTERNAL_ERROR

public static final int INTERNAL_ERROR
See Also:
Constant Field Values

logger

protected org.objectweb.util.monolog.api.Logger logger
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 perform filtering tasks