|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.speedo.generation.lib.AbstractGeneratorComponent | +--org.objectweb.speedo.generation.enhancer.EnhancerComponent | +--org.objectweb.speedo.generation.enhancer.PersistenceAwareEnhancer
Field Summary | |
protected boolean |
isSrcJar
Indicates whether the .class files would be found in an
archive. |
static java.lang.String |
LOGGER_NAME
|
Fields inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent |
logger, scp |
Constructor Summary | |
PersistenceAwareEnhancer()
|
Method Summary | |
void |
init()
Initializes this PersistenceAwareEnhancer |
void |
process()
Loads all persistence aware classes described by the Object Model and applies revelant modification to each of them. |
Methods inherited from class org.objectweb.speedo.generation.enhancer.EnhancerComponent |
loadJavaClass, loadJavaClass, writeJavaClass |
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 |
public static final java.lang.String LOGGER_NAME
protected boolean isSrcJar
.class
files would be found in an
archive.Constructor Detail |
public PersistenceAwareEnhancer()
Method Detail |
public void init()
init
in class AbstractGeneratorComponent
public void process() throws SpeedoException
process
in class AbstractGeneratorComponent
SpeedoEnhancerException
- if something goes wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |