Uses of Class
org.apache.jackrabbit.oak.plugins.document.bundlor.DocumentBundlor
-
Packages that use DocumentBundlor Package Description org.apache.jackrabbit.oak.plugins.document.bundlor -
-
Uses of DocumentBundlor in org.apache.jackrabbit.oak.plugins.document.bundlor
Methods in org.apache.jackrabbit.oak.plugins.document.bundlor that return DocumentBundlor Modifier and Type Method Description static DocumentBundlorDocumentBundlor. from(Iterable<String> includeStrings)static DocumentBundlorDocumentBundlor. from(PropertyState prop)static DocumentBundlorDocumentBundlor. from(NodeState nodeState)@Nullable DocumentBundlorBundledTypesRegistry. getBundlor(NodeState state)Constructor parameters in org.apache.jackrabbit.oak.plugins.document.bundlor with type arguments of type DocumentBundlor Constructor Description BundledTypesRegistry(Map<String,DocumentBundlor> bundlors)
-