Interface ReadmeIndexBuilder
-
- All Known Implementing Classes:
DefaultReadmeIndexBuilder
public interface ReadmeIndexBuilderCreates the Rule Index for README.md in Markdown Format.- Author:
- Paul Campbell (pcampbell@kemitix.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringbuild()Builds the Rule Index in Markdown Format.
-
-
-
Method Detail
-
build
String build()
Builds the Rule Index in Markdown Format.- Returns:
- The rule index.
-
-