Class CompositeMarkdownInfo
java.lang.Object
io.nosqlbench.nb.api.markdown.aggregator.CompositeMarkdownInfo
- All Implemented Interfaces:
MarkdownInfo,Comparable<MarkdownInfo>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends MarkdownInfo>
CompositeMarkdownInfoadd(T element) getBody()getPath()booleantoString()withIncluded(List<String> included) withTopics(List<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
- Specified by:
getPathin interfaceMarkdownInfo
-
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
-