org.objectweb.speedo.generation.parser
Class JdoParser

java.lang.Object
  |
  +--org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
        |
        +--org.objectweb.speedo.generation.parser.JdoParser
All Implemented Interfaces:
GeneratorComponent

public class JdoParser
extends AbstractGeneratorComponent

Author:
S.Chassande-Barrioz

Field Summary
static java.lang.String LOGGER_NAME
           
 
Fields inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
logger, scp
 
Constructor Summary
JdoParser()
           
 
Method Summary
 void init()
           
 void process()
           
 
Methods inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
getLogger, getSpeedoCompilerParameter, setSpeedoCompilerParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER_NAME

public static final java.lang.String LOGGER_NAME
Constructor Detail

JdoParser

public JdoParser()
Method Detail

init

public void init()
          throws SpeedoException
Overrides:
init in class AbstractGeneratorComponent

process

public void process()
             throws SpeedoException
Overrides:
process in class AbstractGeneratorComponent