Class ScriptExecutorJob

  • All Implemented Interfaces:
    org.lastaflute.job.LaJob

    public class ScriptExecutorJob
    extends java.lang.Object
    implements org.lastaflute.job.LaJob
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(org.lastaflute.job.LaJobRuntime runtime)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScriptExecutorJob

        public ScriptExecutorJob()
    • Method Detail

      • run

        public void run​(org.lastaflute.job.LaJobRuntime runtime)
        Specified by:
        run in interface org.lastaflute.job.LaJob