public class YamlFrontMatter extends Object
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
java.nio.file.Path |
getPath() |
Map<String,Object> |
getVariables() |
static YamlFrontMatter |
parse(java.nio.file.Path path) |
static YamlFrontMatter |
parse(java.nio.file.Path path,
String text) |
public java.nio.file.Path getPath()
public String getContent()
public static YamlFrontMatter parse(java.nio.file.Path path) throws IOException
IOException
public static YamlFrontMatter parse(java.nio.file.Path path, String text)
Copyright © 2014. All Rights Reserved.