Uses of Class
io.nosqlbench.nb.api.markdown.types.DocScope
| Package | Description |
|---|---|
| io.nosqlbench.nb.api.markdown.aggregator | |
| io.nosqlbench.nb.api.markdown.exporter | |
| io.nosqlbench.nb.api.markdown.types |
-
Uses of DocScope in io.nosqlbench.nb.api.markdown.aggregator
Methods in io.nosqlbench.nb.api.markdown.aggregator that return types with arguments of type DocScope Modifier and Type Method Description java.util.Set<DocScope>ParsedFrontMatter. getDocScopes()Methods in io.nosqlbench.nb.api.markdown.aggregator with parameters of type DocScope Modifier and Type Method Description static java.util.List<MarkdownInfo>MarkdownDocs. find(DocScope... scopes)static java.util.List<MarkdownInfo>MarkdownDocs. find(java.lang.String name, DocScope... scopes) -
Uses of DocScope in io.nosqlbench.nb.api.markdown.exporter
Constructor parameters in io.nosqlbench.nb.api.markdown.exporter with type arguments of type DocScope Constructor Description MarkdownExporter(java.nio.file.Path basePath, java.util.Set<DocScope> scopeSet) -
Uses of DocScope in io.nosqlbench.nb.api.markdown.types
Methods in io.nosqlbench.nb.api.markdown.types that return DocScope Modifier and Type Method Description static DocScopeDocScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DocScope[]DocScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.nosqlbench.nb.api.markdown.types that return types with arguments of type DocScope Modifier and Type Method Description java.util.Set<DocScope>FrontMatterInfo. getDocScopes()If a markdown source is flagged for use in a specific doc scope, then you can filter for that scope when you ask for markdown.