Class ConsoleScriptPathLoader

java.lang.Object
com.illumon.iris.db.util.scripts.ConsoleScriptPathLoader
All Implemented Interfaces:
ScriptPathLoader

public class ConsoleScriptPathLoader extends Object implements ScriptPathLoader
This loader loads *only* using IrisDbGroovySession.findScript(String script). Consistency locking and refresh methods are no-ops.
  • Constructor Details

    • ConsoleScriptPathLoader

      public ConsoleScriptPathLoader()
  • Method Details