org.mule.config.bootstrap
Interface RegistryBootstrapDiscoverer

All Known Implementing Classes:
ClassPathRegistryBootstrapDiscoverer

public interface RegistryBootstrapDiscoverer

Allows to discover properties to be used during the bootstrap process. Implementing this interface you will be able to customize which Properties are taken into account at the bootstrap process, and the order they are processed.


Method Summary
 List<Properties> discover()
          Collects the Properties to be used in an ordered way.
 

Method Detail

discover

List<Properties> discover()
                          throws BootstrapException
Collects the Properties to be used in an ordered way.

Returns:
A list of Properties containing the key/value pairs to be used in the bootstrap configuration process.
Throws:
BootstrapException - if a problem occurs during the discovery process.


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.