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

构造方法摘要
SourceParserImpl()
           
 
方法摘要
 org.yaml.snakeyaml.Yaml getYaml()
           
 Source parse(SourceEntry sourceEntry)
          Parse SourceEntry to Source.
 void setYaml(org.yaml.snakeyaml.Yaml yaml)
           
 
从类 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.