Interface IStepExecutable

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    RemoveColumnFilesStep, RemoveColumnFileStep

    @StableMinor(version="17.0",
                 sinceVersion="7.1")
    public interface IStepExecutable
    extends java.io.Serializable
    Represents a class that can be executed in a given step.
    Since:
    7.1.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute​(java.util.Map<java.lang.String,​java.lang.String> parameters)
      Executes the step code.
    • Method Detail

      • execute

        void execute​(java.util.Map<java.lang.String,​java.lang.String> parameters)
              throws java.lang.Throwable
        Executes the step code.
        Parameters:
        parameters - the parameters configured in the step.
        Throws:
        java.lang.Throwable
        Since:
        7.1.0