public class ApplicationStructureLocator
extends java.lang.Object
ApplicationStructureCollector and cache it afterward| Constructor and Description |
|---|
ApplicationStructureLocator() |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationStructureCollector |
obtainStructureCollector(java.lang.ClassLoader pluginClassLoader)
Tries to locate a suitable implementation of
ApplicationStructureCollector among currently active plugins
and returns the cached one upon finding. |
static ApplicationStructureCollector |
obtainStructureCollector(PluginDirector pluginDirector)
Tries to locate a suitable implementation of
ApplicationStructureCollector among currently active plugins
and returns the cached one upon finding. |
public static ApplicationStructureCollector obtainStructureCollector(PluginDirector pluginDirector)
ApplicationStructureCollector among currently active plugins
and returns the cached one upon finding.
pluginDirector - a source of plugins to load the collector on behalf ofpublic static ApplicationStructureCollector obtainStructureCollector(java.lang.ClassLoader pluginClassLoader)
ApplicationStructureCollector among currently active plugins
and returns the cached one upon finding.
pluginClassLoader - structure plugin class loader