Class CompilerPath
java.lang.Object
com.espertech.esper.compiler.client.CompilerPath
The compiler uses the path to determine the EPL-objects available to the module.
Visibility can be established by adding a compiled module
or by adding a EPCompilerPathable
that can be obtained from a runtime.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadd
(com.espertech.esper.common.client.EPCompiled compiled) Add a compiled moduleadd
(com.espertech.esper.common.client.EPCompilerPathable pathable) Adds a path object that can be obtains from a runtime.addAll
(Collection<com.espertech.esper.common.client.EPCompiled> compiledColl) Add all compiled modulesList<com.espertech.esper.common.client.EPCompiled>
Returns the compiled modules in path.List<com.espertech.esper.common.client.EPCompilerPathable>
Returns the path information provided by runtimes.
-
Constructor Details
-
CompilerPath
public CompilerPath()
-
-
Method Details
-
add
Add a compiled module- Parameters:
compiled
- compiled module- Returns:
- itself
-
addAll
Add all compiled modules- Parameters:
compiledColl
- compiled module collection- Returns:
- tself
-
getCompileds
Returns the compiled modules in path.- Returns:
- compiled modules
-
add
Adds a path object that can be obtains from a runtime.- Parameters:
pathable
- runtime path information- Returns:
- itself
-
getCompilerPathables
Returns the path information provided by runtimes.- Returns:
- path information provided by runtimes.
-