Package | Description |
---|---|
com.google.enterprise.connector.spi |
Defines the SPI for connector developers who wish to write
plug-ins to the Google Search Appliance.
|
com.google.enterprise.connector.util.diffing |
The
diffing package provides a framework for writing
connectors to repositories that do not provide information about
added, deleted, or updated documents. |
Modifier and Type | Method and Description |
---|---|
Connector |
SimpleConnectorFactory.makeConnector(java.util.Map<java.lang.String,java.lang.String> config) |
Connector |
ConnectorFactory.makeConnector(java.util.Map<java.lang.String,java.lang.String> config)
Make a
Connector instance of the ConnectorType
that owns this ConnectorFactory instance using the supplied
Map of configuration properties. |
Constructor and Description |
---|
SimpleConnectorFactory(Connector instance) |
Modifier and Type | Class and Description |
---|---|
class |
DiffingConnector
Diffing connector implementation of the SPI
Connector interface. |