![]() | Configuration Methods |
The Configuration type exposes the following members.
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.
|