| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Value |
Value.getBinaryValue(InputStreamFactory inputStreamFactory)
Creates a value carrying binary data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileInputStreamFactory
An
InputStreamFactory that manufactures
FileInputStreams. |
class |
UrlInputStreamFactory
An
InputStreamFactory that manufactures
URL InputStream. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
MimeTypeDetector.getMimeType(java.lang.String filename,
InputStreamFactory inputStreamFactory)
Returns the MIME type for the document with the provided filename or
content read from an
InputStream. |