Uses of Interface
io.nosqlbench.api.docsapi.DocsBinder
Packages that use DocsBinder
-
Uses of DocsBinder in io.nosqlbench.api.apps
Methods in io.nosqlbench.api.apps that return DocsBinderModifier and TypeMethodDescriptiondefault DocsBinderBundledApp.getBundledDocs()BundledAppDocs.getDocs() -
Uses of DocsBinder in io.nosqlbench.api.docsapi
Classes in io.nosqlbench.api.docsapi that implement DocsBinderModifier and TypeClassDescriptionclassThe Docs class is a utility class that makes it easy to enumerate docs for a component.Methods in io.nosqlbench.api.docsapi that return DocsBinderModifier and TypeMethodDescriptionDocs.asDocsBinder()static DocsBinderDocs.empty()static DocsBinderBundledMarkdownManifest.getDocs()static DocsBinderBundledMarkdownLoader.loadBundledMarkdown()Docs.merge(DocsBinder other) Docs.merge(DocsNameSpace namespace) DocsBinder.merge(DocsBinder other) The result of merging two DocsInfo elements together is a combined DocsInfo element with all unique namespaces occurring exactly once, and with the other namespace overwriting same-named namespaces in the original element.DocsBinder.merge(DocsNameSpace other) The result of merging a DocPathInfo entry into a DocsInfo element is the combined DocsInfo element with the added entry overwriting any namespace of the same name.The result of removing a set of namespaces from a DocsInfo element is a new DocsInfo element containing only the namespaces which were removed.Methods in io.nosqlbench.api.docsapi with parameters of type DocsBinderModifier and TypeMethodDescriptionDocs.merge(DocsBinder other) DocsBinder.merge(DocsBinder other) The result of merging two DocsInfo elements together is a combined DocsInfo element with all unique namespaces occurring exactly once, and with the other namespace overwriting same-named namespaces in the original element.