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