Interface TransformationManager
-
@Role public interface TransformationManager
Executes a set of transformations, in the correct order.- Since:
- 1.5M2
- Version:
- $Id: d4e5a94992054cf00ab66a976f8b5cf6384befd5 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
performTransformations(Block block, TransformationContext context)
-
-
-
Method Detail
-
performTransformations
void performTransformations(Block block, TransformationContext context) throws TransformationException
- Parameters:
block
- the block to transformcontext
- the context of the transformation process.- Throws:
TransformationException
- error when applying transformations- Since:
- 2.4M1
-
-