Class TransformActionRegistry


  • public class TransformActionRegistry
    extends java.lang.Object
    The registry of transform actions.
    • Method Detail

      • create

        public static java.util.List<TransformAction> create​(java.util.Properties definition)
        Creates a new instance of an ordered list of TransformAction. The ordering here is the order that the Actions should be executed in.
        Parameters:
        definition - the raw definition of the action
        Returns:
        a new instance of an action
      • getFactories

        public static java.util.List<TransformActionFactory> getFactories()
        Returns:
        the list of TransformActionFactories