public class ScriptDescriptorRuntime extends Object
Constructor and Description |
---|
ScriptDescriptorRuntime() |
Modifier and Type | Method and Description |
---|---|
ClasspathImportService |
getClasspathImportService() |
SimpleNumberCoercer |
getCoercer() |
String |
getDefaultDialect() |
Class[] |
getEvaluationTypes() |
String |
getExpression() |
String |
getOptionalDialect() |
String[] |
getParameterNames() |
ExprEvaluator[] |
getParameters() |
String |
getScriptName() |
void |
setClasspathImportService(ClasspathImportService classpathImportService) |
void |
setCoercer(SimpleNumberCoercer coercer) |
void |
setDefaultDialect(String defaultDialect) |
void |
setEvaluationTypes(Class[] evaluationTypes) |
void |
setExpression(String expression) |
void |
setOptionalDialect(String optionalDialect) |
void |
setParameterNames(String[] parameterNames) |
void |
setParameters(ExprEvaluator[] parameters) |
void |
setScriptName(String scriptName) |
public void setOptionalDialect(String optionalDialect)
public void setScriptName(String scriptName)
public void setExpression(String expression)
public void setParameterNames(String[] parameterNames)
public void setEvaluationTypes(Class[] evaluationTypes)
public String getOptionalDialect()
public String getScriptName()
public String getExpression()
public String[] getParameterNames()
public Class[] getEvaluationTypes()
public String getDefaultDialect()
public void setDefaultDialect(String defaultDialect)
public ClasspathImportService getClasspathImportService()
public void setClasspathImportService(ClasspathImportService classpathImportService)
public ExprEvaluator[] getParameters()
public void setParameters(ExprEvaluator[] parameters)
public SimpleNumberCoercer getCoercer()
public void setCoercer(SimpleNumberCoercer coercer)
Copyright © 2005–2019. All rights reserved.