Click or drag to resize

ConfigurationConfigure Method

Overload List
  NameDescription
Public methodConfigure
Use the configuration specified in an application resource named esper.cfg.xml.
Public methodConfigure(FileInfo)
Use the configuration specified in the given application file. The format of the file is defined in esper-configuration-(version).xsd.
Public methodConfigure(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.

Public methodConfigure(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.
Public methodConfigure(XmlDocument)
Use the mappings and properties specified in the given XML document. The format of the file is defined in esper-configuration-(version).xsd.
Top
See Also