|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ComponentClassTransformWorker2
public interface ComponentClassTransformWorker
Interface for a set of objects that can perform component class transformations. Implementations should be
multithreaded, ideally they should be stateless (all necessary state can be stored in the
ClassTransformation
).
Method Summary | |
---|---|
void |
transform(ClassTransformation transformation,
MutableComponentModel model)
Deprecated. Invoked to perform a transformation on an as-yet unloaded component class, represented by the ClassTransformation instance. |
Method Detail |
---|
void transform(ClassTransformation transformation, MutableComponentModel model)
ClassTransformation
instance. In some cases, the worker may make changes to the component model -- for
example,
a worker that deals with parameters may update the model to reflect those parameters.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |