Class CompositeMarkdownInfo
java.lang.Object
io.nosqlbench.nb.api.markdown.aggregator.CompositeMarkdownInfo
- All Implemented Interfaces:
MarkdownInfo,java.lang.Comparable<MarkdownInfo>
public class CompositeMarkdownInfo extends java.lang.Object implements MarkdownInfo
-
Constructor Summary
Constructors Constructor Description CompositeMarkdownInfo() -
Method Summary
Modifier and Type Method Description <T extends MarkdownInfo>
CompositeMarkdownInfoadd(T element)java.lang.StringgetBody()FrontMatterInfogetFrontmatter()java.nio.file.PathgetPath()booleanhasAggregations()java.lang.StringtoString()CompositeMarkdownInfowithIncluded(java.util.List<java.lang.String> included)CompositeMarkdownInfowithTopics(java.util.List<java.lang.String> assigning)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.nosqlbench.nb.api.markdown.types.MarkdownInfo
compareTo, getAggregators, getIncluded, getTopicGlobs, getTopics, hasAggregators, hasTopicGlobs, matchesTopicPattern
-
Constructor Details
-
CompositeMarkdownInfo
public CompositeMarkdownInfo()
-
-
Method Details
-
getPath
public java.nio.file.Path getPath()- Specified by:
getPathin interfaceMarkdownInfo
-
getBody
public java.lang.String getBody()- Specified by:
getBodyin interfaceMarkdownInfo
-
getFrontmatter
- Specified by:
getFrontmatterin interfaceMarkdownInfo
-
hasAggregations
public boolean hasAggregations()- Specified by:
hasAggregationsin interfaceMarkdownInfo
-
withTopics
- Specified by:
withTopicsin interfaceMarkdownInfo
-
withIncluded
- Specified by:
withIncludedin interfaceMarkdownInfo
-
add
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-