public class DiskGroovyLoader extends Object implements GroovyLoader
Constructor and Description |
---|
DiskGroovyLoader()
Deprecated.
|
DiskGroovyLoader(javax.servlet.ServletContext servletContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
bootEngine(String path)
Deprecated.
|
protected void |
doDir(File dir)
Deprecated.
|
String |
getConfigPath()
Deprecated.
|
groovy.util.GroovyScriptEngine |
getGroovyScriptEngine()
Deprecated.
|
int |
getMinimumRecompilationInterval()
Deprecated.
|
Object |
load(COM.FutureTense.Interfaces.ICS ics,
String name)
Deprecated.
|
void |
precompile()
Deprecated.
|
void |
setConfigPath(String configPath)
Deprecated.
|
void |
setGroovyScriptEngine(groovy.util.GroovyScriptEngine groovyScrptEngine)
Deprecated.
|
void |
setMinimumRecompilationInterval(int minimumRecompilationInterval)
Deprecated.
Sets the minimumRecompilationInterval of the GroovyScriptEngine
configuration.
|
protected String |
toClassName(String name)
Deprecated.
|
protected String |
toScriptName(String name)
Deprecated.
|
public DiskGroovyLoader()
public DiskGroovyLoader(javax.servlet.ServletContext servletContext)
public void bootEngine(String path)
public Object load(COM.FutureTense.Interfaces.ICS ics, String name) throws Exception
load
in interface GroovyLoader
ics
- content server contextname
- the name of the classException
- exception from load attemptpublic void precompile()
protected void doDir(File dir)
public String getConfigPath()
public void setConfigPath(String configPath)
configPath
- the configPath to setpublic int getMinimumRecompilationInterval()
public void setMinimumRecompilationInterval(int minimumRecompilationInterval)
minimumRecompilationInterval
- the minimumRecompilationInterval to
setpublic groovy.util.GroovyScriptEngine getGroovyScriptEngine()
public void setGroovyScriptEngine(groovy.util.GroovyScriptEngine groovyScrptEngine)
Copyright © 2010–2017. All rights reserved.