|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.generation.lib.AbstractGeneratorComponent
org.objectweb.speedo.generation.generator.SpeedoGenerator
This class generates files "proxy", "manager" and "fields" for persistence capable classes.
Field Summary | |
---|---|
static java.lang.String |
LOGGER_NAME
|
Fields inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent |
---|
debug, logger, scp |
Constructor Summary | |
---|---|
SpeedoGenerator()
|
Method Summary | |
---|---|
boolean |
init()
|
void |
process()
Generation all files |
Methods inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent |
---|
getLogger, getSpeedoCompilerParameter, setLogger, setSpeedoCompilerParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String LOGGER_NAME
Constructor Detail |
public SpeedoGenerator()
Method Detail |
public boolean init()
init
in interface GeneratorComponent
init
in class AbstractGeneratorComponent
public void process() throws SpeedoException
process
in interface GeneratorComponent
process
in class AbstractGeneratorComponent
SpeedoException
- if there is a problem during writing
the new files and the boolean failsonerror is set on true.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |