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 |
---|---|
Session |
Connector.login()
Gets a session with sufficient privileges to perform all actions related to
the SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
DiffingConnector
Diffing connector implementation of the SPI
Connector interface. |
Modifier and Type | Method and Description |
---|---|
Session |
DiffingConnector.login() |