Class ConfigurationCompilerScripts
java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerScripts
- All Implemented Interfaces:
Serializable
Holder for script settings.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the default script dialect.boolean
Returns indicator whether scripting is allowed or not is not allowed.void
setDefaultDialect
(String defaultDialect) Sets the default script dialect.void
setEnabled
(boolean enabled) Sets indicator whether scripting is allowed or not is not allowed.
-
Constructor Details
-
ConfigurationCompilerScripts
public ConfigurationCompilerScripts()
-
-
Method Details
-
getDefaultDialect
Returns the default script dialect.- Returns:
- dialect
-
setDefaultDialect
Sets the default script dialect.- Parameters:
defaultDialect
- dialect
-
isEnabled
public boolean isEnabled()Returns indicator whether scripting is allowed or not is not allowed.- Returns:
- indicator
-
setEnabled
public void setEnabled(boolean enabled) Sets indicator whether scripting is allowed or not is not allowed.- Parameters:
enabled
- indicator
-