Interface InputFile
- All Known Implementing Classes:
HtmlFile,MarkdownFile,XmlFile
public interface InputFile
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputFilestatic HtmlFilefromHtmlFile(File htmlFile) static MarkdownFilefromMarkdownFile(File markdownFile) static InputFilestatic XmlFilefromXmlFile(File xmlFile) getBody()getFrontMatterList(String key) booleandefault booleanhasFrontMatter(String key)
-
Method Details
-
getBody
String getBody() -
getFrontMatterList
-
getFrontMatterValue
-
hasFrontMatter
boolean hasFrontMatter() -
hasFrontMatter
-
fromPath
-
fromFile
-
fromMarkdownFile
-
fromHtmlFile
-
fromXmlFile
-