public class LocalConnectorInfoManagerImpl extends Object implements ConnectorInfoManager
Constructor and Description |
---|
LocalConnectorInfoManagerImpl(List<URL> bundleURLs,
ClassLoader bundleParentClassLoader) |
Modifier and Type | Method and Description |
---|---|
static List<ConnectorInfo> |
createConnectorInfo(Collection<WorkingBundleInfo> parsed,
ClassLoader bundleParentClassLoader)
Final pass - create connector infos
|
static APIConfigurationImpl |
createDefaultAPIConfiguration(LocalConnectorInfoImpl localInfo)
Create an instance of the
APIConfiguration object to setup the framework etc.. |
ConnectorInfo |
findConnectorInfo(ConnectorKey key)
Returns the
ConnectorInfo that is associated with the
specified ConnectorKey . |
List<ConnectorInfo> |
getConnectorInfos()
Returns the list of
ConnectorInfo instances. |
static ConnectorMessagesImpl |
loadMessageCatalog(Set<String> bundleContents,
ClassLoader loader,
Class<? extends Connector> connector) |
static WorkingBundleInfo |
processDirectory(File dir) |
static WorkingBundleInfo |
processURL(URL url,
boolean topLevel) |
public LocalConnectorInfoManagerImpl(List<URL> bundleURLs, ClassLoader bundleParentClassLoader) throws ConfigurationException
ConfigurationException
public static WorkingBundleInfo processDirectory(File dir) throws ConfigurationException
ConfigurationException
public static WorkingBundleInfo processURL(URL url, boolean topLevel) throws ConfigurationException
ConfigurationException
public static List<ConnectorInfo> createConnectorInfo(Collection<WorkingBundleInfo> parsed, ClassLoader bundleParentClassLoader) throws ConfigurationException
ConfigurationException
public static APIConfigurationImpl createDefaultAPIConfiguration(LocalConnectorInfoImpl localInfo)
APIConfiguration
object to setup the framework etc..public static ConnectorMessagesImpl loadMessageCatalog(Set<String> bundleContents, ClassLoader loader, Class<? extends Connector> connector) throws ConfigurationException
ConfigurationException
public ConnectorInfo findConnectorInfo(ConnectorKey key)
ConnectorInfoManager
ConnectorInfo
that is associated with the
specified ConnectorKey
.findConnectorInfo
in interface ConnectorInfoManager
key
- The key of a connector.ConnectorInfo
or null
if none was
associated with the specified key.public List<ConnectorInfo> getConnectorInfos()
ConnectorInfoManager
ConnectorInfo
instances.getConnectorInfos
in interface ConnectorInfoManager
ConnectorInfo
instances.Copyright © 2018–2025. All rights reserved.