[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List






NameDescription
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-1.0.xsd.
Configure(String)
Use the configuration specified in the given application resource. The format of the resource is defined in esper-configuration-1.0.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-1.0.xsd.
Configure(XmlDocument)
Use the mappings and properties specified in the given XML document. The format of the file is defined in esper-configuration-1.0.xsd.