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 theConnectorInfo
that is associated with the specifiedConnectorKey
.Returns the list ofConnectorInfo
instances.
-
Method Details
-
getConnectorInfos
List<ConnectorInfo> getConnectorInfos()Returns the list ofConnectorInfo
instances.- Returns:
- the list of
ConnectorInfo
instances.
-
findConnectorInfo
Returns theConnectorInfo
that is associated with the specifiedConnectorKey
.- Parameters:
key
- The key of a connector.- Returns:
- The
ConnectorInfo
ornull
if none was associated with the specified key.
-