| 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 |
Defines utility classes that might be helpful for connector developers.
|
| 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. |
| com.google.enterprise.connector.util.diffing.testing |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTraversalContext
Simple implementation of the
TraversalContext interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
TraversalContextAware.setTraversalContext(TraversalContext traversalContext)
Supplies a
TraversalContext object which the
TraversalManager can use to get various information
from the Connector Manager. |
| Modifier and Type | Method and Description |
|---|---|
static void |
MimeTypeDetector.setTraversalContext(TraversalContext traversalContext)
TraversalContext injected by Spring from the manager configuration.
|
| Constructor and Description |
|---|
TraversalTimer(TraversalContext traversalContext)
Constructs a timer using the time limit of the
TraversalContext. |
| Modifier and Type | Method and Description |
|---|---|
TraversalContext |
TraversalContextManager.getTraversalContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
TraversalContextManager.setTraversalContext(TraversalContext traversalContext)
Sets the
TraversalContext. |
void |
DiffingConnectorTraversalManager.setTraversalContext(TraversalContext traversalContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
FakeTraversalContext
Fake TraversalContext that implements the functions needed for testing.
|