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 . |
ModuleItem |
Represents an EPL statement as part of a
Module . |
ModuleOrder |
Holds an ordered list of modules considering each module's uses-dependencies on other modules.
|
ModuleOrderOptions |
Options class passed to #getModuleOrder(java.util.Collection, ModuleOrderOptions)} for controlling the behavior of ordering and dependency checking logic.
|
ModuleOrderUtil |
Module ordering utility.
|
Enum | Description |
---|---|
ModuleProperty |
Provides well-known module properties.
|
Exception | Description |
---|---|
ModuleOrderException |
Exception indicates a problem when determining delpoyment order and uses-dependency checking.
|
ParseException |
Exception thrown when an EPL text could not be parsed.
|
EPL module object model.
Copyright © 2005–2018. All rights reserved.