Class EplTask

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
EmgTask

public class EplTask extends ExecutableModuleTask
  • Field Details

    • maxLoops

      protected int maxLoops
    • repeatWhileMatches

      protected boolean repeatWhileMatches
    • exportAs

      protected String exportAs
  • Constructor Details

    • EplTask

      public EplTask()
  • Method Details

    • initialize

      protected void initialize()
      Specified by:
      initialize in class ExecutableModuleTask
    • createDefaultModule

      protected IEplModule createDefaultModule()
      Specified by:
      createDefaultModule in class ExecutableModuleTask
    • examine

      protected void examine() throws Exception
      Specified by:
      examine in class ExecutableModuleTask
      Throws:
      Exception
    • getMaxLoops

      public int getMaxLoops()
    • setMaxLoops

      public void setMaxLoops(int maxLoops)
    • isRepeatWhileMatches

      public boolean isRepeatWhileMatches()
    • setRepeatWhileMatches

      public void setRepeatWhileMatches(boolean repeatWhileMatches)
    • getExportAs

      public String getExportAs()
    • setExportAs

      public void setExportAs(String exportAs)