public class ScriptableDataSetConfig extends Object
| Constructor and Description |
|---|
ScriptableDataSetConfig(String languageName,
String prefix)
Creates a new ScriptableDataSetConfig.
|
ScriptableDataSetConfig(String languageName,
String prefix,
List<ScriptInvocationHandler> handlers)
Creates a new ScriptableDataSetConfig.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScriptInvocationHandler> |
getHandlers() |
String |
getLanguageName() |
String |
getPrefix() |
public ScriptableDataSetConfig(String languageName, String prefix)
languageName - The name of the language as expected by the JSR 223 scripting engine manager, e.g. "jruby". May not be
null.prefix - A prefix, which shall precede fields in a ScriptableDataSet in that language, e.g. "jruby:". May not
be null.public ScriptableDataSetConfig(String languageName, String prefix, List<ScriptInvocationHandler> handlers)
languageName - The name of the language as expected by the JSR 223 scripting engine manager, e.g. "jruby". May not be
null.prefix - A prefix, which shall precede fields in a ScriptableDataSet in that language, e.g. "jruby:". May not
be null.handlers - An optional list with handlers to be applied for fields with the given prefix.public String getPrefix()
public String getLanguageName()
public List<ScriptInvocationHandler> getHandlers()
Copyright © 2011–2020 hazendaz. All rights reserved.