Package | Description |
---|---|
com.google.enterprise.connector.spi |
Defines the SPI for connector developers who wish to write
plug-ins to the Google Search Appliance.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleConnectorFactory
Simple implementation of the
ConnectorFactory interface. |
Modifier and Type | Method and Description |
---|---|
ConfigureResponse |
SimpleConnectorType.validateConfig(java.util.Map<java.lang.String,java.lang.String> configData,
java.util.Locale locale,
ConnectorFactory connectorFactory) |
ConfigureResponse |
ConnectorType.validateConfig(java.util.Map<java.lang.String,java.lang.String> configData,
java.util.Locale locale,
ConnectorFactory connectorFactory)
Validates config data and returns a new form snippet and error message if
needed.
|