Class ConfigurationCompilerScripts

java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerScripts
All Implemented Interfaces:
Serializable

public class ConfigurationCompilerScripts extends Object implements Serializable
Holder for script settings.
See Also:
  • Constructor Details

    • ConfigurationCompilerScripts

      public ConfigurationCompilerScripts()
  • Method Details

    • getDefaultDialect

      public String getDefaultDialect()
      Returns the default script dialect.
      Returns:
      dialect
    • setDefaultDialect

      public void setDefaultDialect(String defaultDialect)
      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