protected static class GroovyExtendableScriptCache.ScriptCacheElement extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
baseClass |
protected Class<? extends groovy.lang.Script> |
scriptClass |
protected String |
scriptName |
protected String |
scriptSource |
Constructor and Description |
---|
GroovyExtendableScriptCache.ScriptCacheElement(String baseClass,
String scriptSource) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBaseClass() |
Class<? extends groovy.lang.Script> |
getScriptClass() |
String |
getScriptName() |
String |
getScriptSource() |
int |
hashCode() |
void |
setScriptClass(Class<? extends groovy.lang.Script> scriptClass) |
void |
setScriptName(String scriptName) |
protected final String scriptSource
protected String scriptName
protected transient Class<? extends groovy.lang.Script> scriptClass
public GroovyExtendableScriptCache.ScriptCacheElement(String baseClass, String scriptSource)
public String getBaseClass()
public String getScriptSource()
public String getScriptName()
public void setScriptName(String scriptName)
public Class<? extends groovy.lang.Script> getScriptClass()
public void setScriptClass(Class<? extends groovy.lang.Script> scriptClass)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.