| Package | Description |
|---|---|
| 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 |
|---|---|
DocumentSnapshot |
SnapshotReader.read() |
java.lang.String |
SnapshotReader.RecordReader.readRecord()
Reads one record at a time.
|
void |
SnapshotReader.skipRecords(long number)
Read and discard
number records. |
| Constructor and Description |
|---|
SnapshotReader(java.io.BufferedReader in,
java.lang.String inputPath,
long snapshotNumber,
DocumentSnapshotFactory documentSnapshotFactory)
Constructs a SnapshotReader.
|