ComponentClassTransformWorker2
public interface ComponentClassTransformWorker
ClassTransformation
).Modifier and Type | Method and Description |
---|---|
void |
transform(ClassTransformation transformation,
MutableComponentModel model)
Deprecated.
Invoked to perform a transformation on an as-yet unloaded component class, represented by the
ClassTransformation instance. |
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.Copyright © 2003-2012 The Apache Software Foundation.