public interface SourceTransformer
Modifier and Type | Method and Description |
---|---|
Object |
transform(Object modelRoot,
ControllerState controllerState)
Transforms one source root into another source root.
|
Object transform(Object modelRoot, ControllerState controllerState) throws SourceTransformerException
modelRoot
- the root of the model to transform, not null.controllerState
- the state of the controller, not null.SourceTransformerException
- if the source cannot be transformed.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.