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 |
---|---|
void |
SnapshotWriter.close()
Closes the underlying output stream.
|
void |
SnapshotWriter.write(DocumentSnapshot snapshot)
Appends a record to the output stream.
|
Constructor and Description |
---|
SnapshotWriter(java.io.Writer output,
java.io.FileDescriptor fileDescriptor,
java.lang.String path)
Creates a SnapshotWriter that appends to
output . |