public class LocalConnectorInfoManagerImpl extends Object implements ConnectorInfoManager
Constructor and Description |
---|
LocalConnectorInfoManagerImpl(List<URL> bundleURLs,
ClassLoader bundleParentClassLoader) |
Modifier and Type | Method and Description |
---|---|
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) |
public LocalConnectorInfoManagerImpl(List<URL> bundleURLs, 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 © 2022. All rights reserved.