org.opoo.press.source.impl
类 SourceParserImpl
java.lang.Object
org.opoo.press.source.impl.SourceParserImpl
- 所有已实现的接口:
- SourceParser
public class SourceParserImpl
- extends Object
- implements SourceParser
- 作者:
- Alex Lin
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceParserImpl
public SourceParserImpl()
getYaml
public org.yaml.snakeyaml.Yaml getYaml()
- 返回:
- the yaml
setYaml
public void setYaml(org.yaml.snakeyaml.Yaml yaml)
- 参数:
yaml - the yaml to set
parse
public Source parse(SourceEntry sourceEntry)
throws NoFrontMatterException
- 从接口
SourceParser 复制的描述
- Parse SourceEntry to Source.
- 指定者:
- 接口
SourceParser 中的 parse
- 返回:
- source
- 抛出:
NoFrontMatterException
Copyright © 2013-2014 Opoo.org. All Rights Reserved.