Interface ConnectorInfo
public interface ConnectorInfo
The connector meta-data for a given connector.
- 
Method Summary
Modifier and TypeMethodDescriptionLoads theConnectorandConfigurationclass in order to determine the proper default configuration parameters.Get the category this connector belongs to.Returns a friendly name suitable for display in the UI.Uniquely identifies this connector in a given installation.Returns the connector messages for this connector. 
- 
Method Details
- 
getConnectorDisplayName
String getConnectorDisplayName()Returns a friendly name suitable for display in the UI. The name will be localized using theCurrentLocale.- Returns:
 - The friendly name
 
 - 
getMessages
ConnectorMessages getMessages()Returns the connector messages for this connector.- Returns:
 - The connector messages for this connector.
 
 - 
getConnectorCategory
String getConnectorCategory()Get the category this connector belongs to.- Returns:
 - category name.
 
 - 
getConnectorKey
ConnectorKey getConnectorKey()Uniquely identifies this connector in a given installation.- Returns:
 - The connector key
 
 - 
createDefaultAPIConfiguration
APIConfiguration createDefaultAPIConfiguration()Loads theConnectorandConfigurationclass in order to determine the proper default configuration parameters. 
 -