类 GroovyScriptEngineRunner

java.lang.Object
com.codingapi.springboot.script.runner.GroovyScriptEngineRunner
所有已实现的接口:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class GroovyScriptEngineRunner extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
  • 构造器详细资料

    • GroovyScriptEngineRunner

      public GroovyScriptEngineRunner()
  • 方法详细资料

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      抛出:
      Exception
    • destroy

      public void destroy() throws Exception
      指定者:
      destroy 在接口中 org.springframework.beans.factory.DisposableBean
      抛出:
      Exception