![]() | com.espertech.esper.common.client.module Namespace |
[Missing <summary> documentation for "N:com.espertech.esper.common.client.module"]
Class | Description | |
---|---|---|
![]() | Module |
Represent a deployment unit consisting of deployment declarative information
(module name, uses and imports) as well as EPL statements represented by
ModuleItem. May have an additional user object and archive name
and uri pointing to the module source attached.
The module URI gets initialized with the filename, resource or URL being read,
however may be overridden and has not further meaning to the deployment.
The archive name and user object are opportunities to attach additional deployment
information.
|
![]() | ModuleItem |
Represents an EPL statement as part of a Module.
Character position start and end are only available for non-comment only.
|
![]() | ModuleOrder |
Holds an ordered list of modules considering each module's uses-dependencies on other modules.
|
![]() | ModuleOrderException |
Exception indicates a problem when determining delpoyment order and uses-dependency checking.
|
![]() | ModuleOrderOptions |
Options class passed to #GetModuleOrder(ICollection, ModuleOrderOptions)} for controlling the behavior of
ordering and dependency checking logic.
|
![]() | ModuleOrderUtil |
Module ordering utility.
|
![]() | ModuleProperty |
Provides well-known module properties.
|
![]() | ParseException |
Exception thrown when an EPL text could not be parsed.
|