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
ConfigurationExceptionpublic static WorkingBundleInfo processDirectory(File dir) throws ConfigurationException
ConfigurationExceptionpublic static WorkingBundleInfo processURL(URL url, boolean topLevel) throws ConfigurationException
ConfigurationExceptionpublic static List<ConnectorInfo> createConnectorInfo(Collection<WorkingBundleInfo> parsed, ClassLoader bundleParentClassLoader) throws ConfigurationException
ConfigurationExceptionpublic 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
ConfigurationExceptionpublic ConnectorInfo findConnectorInfo(ConnectorKey key)
ConnectorInfoManagerConnectorInfo that is associated with the
 specified ConnectorKey.findConnectorInfo in interface ConnectorInfoManagerkey - The key of a connector.ConnectorInfo or null if none was
         associated with the specified key.public List<ConnectorInfo> getConnectorInfos()
ConnectorInfoManagerConnectorInfo instances.getConnectorInfos in interface ConnectorInfoManagerConnectorInfo instances.Copyright © 2018–2025. All rights reserved.