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.database | |
com.google.enterprise.connector.util.database.testing |
Modifier and Type | Method and Description |
---|---|
LocalDatabase |
ConnectorPersistentStore.getLocalDatabase()
Gets a
LocalDatabase through which the connector can create and
alter private data. |
Modifier and Type | Class and Description |
---|---|
class |
com.google.enterprise.connector.util.database.LocalDatabaseImpl
An implemenation of
LocalDatabase , built as a thin wrapper upon
JdbcDatabase and DatabaseResourceBundleManager . |
Modifier and Type | Class and Description |
---|---|
class |
TestLocalDatabase
A
LocalDatabase implementation that uses an in-memory H2
database for storage and looks for DatabaseResourceBundle s
relative to the current directory or specified resource directory. |