|
||||||||||||
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.enhancer.EnhancerComponent
org.objectweb.speedo.generation.enhancer.PersistentClassEnhancer
Enhances a set of Java classes and renames it with Delegate
as
suffix.
The modifications to be done are described by the JDO Implementation's rules.
Field Summary | |
---|---|
static java.lang.String |
LOGGER_NAME
|
Fields inherited from class org.objectweb.speedo.generation.enhancer.EnhancerComponent |
---|
isSrcJar |
Fields inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent |
---|
debug, logger, scp |
Constructor Summary | |
---|---|
PersistentClassEnhancer()
|
Method Summary | |
---|---|
boolean |
init()
Initializes this PersistentClassEnhancer |
void |
process()
Loads all binary 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, 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 PersistentClassEnhancer()
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
SpeedoEnhancerException
- if something goes wrong
SpeedoException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |