public interface TransformationSupport
PlasticClass, needed when transforming.| Modifier and Type | Method and Description | 
|---|---|
| void | addEventHandler(java.lang.String eventType,
               int minContextValues,
               java.lang.String operationDescription,
               ComponentEventHandler handler)Adds an event handler. | 
| boolean | isRootTransformation()Returns true if the class being transformed is a root class: it does not inherit
 from another transformed class, but instead inherits from Object. | 
| java.lang.Class | toClass(java.lang.String typeName) | 
java.lang.Class toClass(java.lang.String typeName)
typeName - Java type name (which may be a primitive type or array, or fully qualified class name)boolean isRootTransformation()
void addEventHandler(java.lang.String eventType, int minContextValues, java.lang.String operationDescription, ComponentEventHandler handler)
eventType - type of eventminContextValues - number of context values required to activate the handleroperationDescription - Used with OperationTracker when invoking the handlerhandler - code to execute when the event matches${project.version} - Copyright © 2003-2015 The Apache Software Foundation.