Class DocumentBlobReferenceRetriever
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.DocumentBlobReferenceRetriever
-
- All Implemented Interfaces:
BlobReferenceRetriever
public class DocumentBlobReferenceRetriever extends Object implements BlobReferenceRetriever
Implementation ofBlobReferenceRetriever
for the DocumentNodeStore.
-
-
Constructor Summary
Constructors Constructor Description DocumentBlobReferenceRetriever(DocumentNodeStore nodeStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collectReferences(ReferenceCollector collector)
Collect references.
-
-
-
Constructor Detail
-
DocumentBlobReferenceRetriever
public DocumentBlobReferenceRetriever(DocumentNodeStore nodeStore)
-
-
Method Detail
-
collectReferences
public void collectReferences(ReferenceCollector collector)
Description copied from interface:BlobReferenceRetriever
Collect references.- Specified by:
collectReferences
in interfaceBlobReferenceRetriever
- Parameters:
collector
- the collector to collect all references
-
-