public class TransformActionRegistry extends Object
Modifier and Type | Method and Description |
---|---|
static TransformAction |
create(String definition,
String name,
List<String> args,
Map<String,String> options)
Creates a new instance of a
TransformAction . |
public static TransformAction create(String definition, String name, List<String> args, Map<String,String> options)
TransformAction
.definition
- the raw definition of the actionname
- the name of the transform actionargs
- a list of string argsoptions
- a string-string map of optionsCopyright © 2023. All Rights Reserved.