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