Interface MarkdownInfo
- All Superinterfaces:
Comparable<MarkdownInfo>
- All Known Implementing Classes:
CompositeMarkdownInfo,ParsedMarkdown
-
Method Summary
Modifier and TypeMethodDescriptiondefault intcompareTo(@NotNull MarkdownInfo o) getBody()getPath()booleandefault booleandefault booleandefault booleanmatchesTopicPattern(Pattern pattern) withIncluded(List<String> included) withTopics(List<String> assigning)
-
Method Details
-
getPath
Path getPath() -
getBody
String getBody() -
getFrontmatter
FrontMatterInfo getFrontmatter() -
hasAggregations
boolean hasAggregations() -
hasTopicGlobs
default boolean hasTopicGlobs() -
getTopicGlobs
-
getTopics
-
getIncluded
-
hasAggregators
default boolean hasAggregators() -
getAggregators
-
withTopics
-
compareTo
- Specified by:
compareToin interfaceComparable<MarkdownInfo>
-
matchesTopicPattern
-
withIncluded
-