public class TransformActionRegistry extends Object
Modifier and Type | Method and Description |
---|---|
static List<TransformAction> |
create(Properties definition)
Creates a new instance of an ordered list of
TransformAction . |
static List<TransformActionFactory> |
getFactories() |
public static List<TransformAction> create(Properties definition)
TransformAction
.
The ordering here is the order that the Actions should be executed in.definition
- the raw definition of the actionpublic static List<TransformActionFactory> getFactories()
Copyright © 2023. All Rights Reserved.