Class ConfigurationCompilerParser
java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerParser
Parser for the compiler section of configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
doConfigure
(ConfigurationCompiler compiler, Element compilerElement) Configure the compiler section from a provided element
-
Constructor Details
-
ConfigurationCompilerParser
public ConfigurationCompilerParser()
-
-
Method Details
-
doConfigure
Configure the compiler section from a provided element- Parameters:
compiler
- compiler sectioncompilerElement
- element
-