![]() | Configuration Class |
Namespace: com.espertech.esper.common.client.configuration
[SerializableAttribute] public class Configuration
The Configuration type exposes the following members.
Name | Description | |
---|---|---|
![]() | Configuration |
Constructs an empty configuration. The auto import values are set to defaults.
|
![]() | Configuration(IContainer) |
Constructs an empty configuration. The auto import values are set to defaults.
|
Name | Description | |
---|---|---|
![]() | Common |
Returns the common section of the configuration.
The common section is for use by both the compiler and the runtime.
|
![]() | Compiler |
Returns the compiler section of the configuration.
The compiler section is for use by the compiler. The runtime ignores this part of the configuration object.
|
![]() | Container |
Gets or sets the container.
|
![]() | ResourceManager |
Gets the resource manager.
|
![]() | Runtime |
Returns the runtime section of the configuration.
The runtime section is for use by the runtime. The compiler ignores this part of the configuration object.
|
Name | Description | |
---|---|---|
![]() | Configure |
Use the configuration specified in an application
resource named esper.cfg.xml.
|
![]() | Configure(FileInfo) |
Use the configuration specified in the given application
file. The format of the file is defined in
esper-configuration-(version).xsd.
|
![]() | Configure(String) |
Use the configuration specified in the given application
resource. The format of the resource is defined in
esper-configuration-(version).xsd.
The resource is found via getConfigurationInputStream(resource).
That method can be overridden to implement an arbitrary lookup strategy.
See getResourceAsStream for information on how the resource name is resolved.
|
![]() | Configure(Uri) |
Use the configuration specified by the given URL.
The format of the document obtained from the URL is defined in
esper-configuration-(version).xsd.
|
![]() | Configure(XmlDocument) |
Use the mappings and properties specified in the given XML document.
The format of the file is defined in
esper-configuration-(version).xsd.
|
![]() | Reset |
Reset to an empty configuration.
|
Name | Description | |
---|---|---|
![]() ![]() | ESPER_DEFAULT_CONFIG |
Default name of the configuration file.
|