Interface ConnectorInfoManager
public interface ConnectorInfoManager
Maintains a list of 
ConnectorInfo instances, each of which
 describes a connector that is available.- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns theConnectorInfothat is associated with the specifiedConnectorKey.Returns the list ofConnectorInfoinstances. 
- 
Method Details
- 
getConnectorInfos
List<ConnectorInfo> getConnectorInfos()Returns the list ofConnectorInfoinstances.- Returns:
 - the list of 
ConnectorInfoinstances. 
 - 
findConnectorInfo
Returns theConnectorInfothat is associated with the specifiedConnectorKey.- Parameters:
 key- The key of a connector.- Returns:
 - The 
ConnectorInfoornullif none was associated with the specified key. 
 
 -