public class PropertiesBootstrapServiceDiscoverer extends Object implements BootstrapServiceDiscoverer
BootstrapService instances corresponding to bootstrap.properties files| Constructor and Description |
|---|
PropertiesBootstrapServiceDiscoverer(ClassLoader classLoader)
Creates a new instance
|
PropertiesBootstrapServiceDiscoverer(ClassLoader classLoader,
RegistryBootstrapDiscoverer registryBootstrapDiscoverer) |
| Modifier and Type | Method and Description |
|---|---|
List<BootstrapService> |
discover()
Discovers all the services available on the execution context.
|
public PropertiesBootstrapServiceDiscoverer(ClassLoader classLoader)
classLoader - classLoader used to search for bootstrap.properties filespublic PropertiesBootstrapServiceDiscoverer(ClassLoader classLoader, RegistryBootstrapDiscoverer registryBootstrapDiscoverer)
public List<BootstrapService> discover()
BootstrapServiceDiscovererdiscover in interface BootstrapServiceDiscovererBootstrapServiceCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.