public class GroovyPoolEntry extends Object
| Constructor and Description |
|---|
GroovyPoolEntry(GroovyPoolKey key,
groovy.lang.Script script) |
| Modifier and Type | Method and Description |
|---|---|
GroovyPoolKey |
getKey() |
groovy.lang.Script |
getScript() |
void |
setKey(GroovyPoolKey key) |
void |
setScript(groovy.lang.Script script) |
public GroovyPoolEntry(GroovyPoolKey key, groovy.lang.Script script)
public groovy.lang.Script getScript()
public void setScript(groovy.lang.Script script)
public GroovyPoolKey getKey()
public void setKey(GroovyPoolKey key)
Copyright © 2019. All rights reserved.