Class GroovyScript2RestLoader.ScriptList

java.lang.Object
org.exoplatform.services.jcr.ext.script.groovy.GroovyScript2RestLoader.ScriptList
Enclosing class:
GroovyScript2RestLoader

public static class GroovyScript2RestLoader.ScriptList extends Object
Script list, used for pass script list as JSON.
  • Constructor Details

    • ScriptList

      public ScriptList(List<String> scriptList)
      Parameters:
      scriptList - the list of scripts
  • Method Details

    • getList

      public List<String> getList()
      Returns:
      the list of scripts.