org.opoo.press.source.impl
类 CachedSource

java.lang.Object
  继承者 org.opoo.press.source.impl.CachedSource
所有已实现的接口:
Source

public class CachedSource
extends Object
implements Source

作者:
Alex Lin

字段摘要
 
从接口 org.opoo.press.source.Source 继承的字段
TRIPLE_DASHED_LINE
 
方法摘要
 String getContent()
           
 Map<String,Object> getMeta()
          YAML front-matter header.
 SourceEntry getSourceEntry()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getSourceEntry

public SourceEntry getSourceEntry()
指定者:
接口 Source 中的 getSourceEntry
返回:
source entry

getMeta

public Map<String,Object> getMeta()
从接口 Source 复制的描述
YAML front-matter header.

指定者:
接口 Source 中的 getMeta
返回:
map object

getContent

public String getContent()
指定者:
接口 Source 中的 getContent
返回:
content


Copyright © 2013 Opoo.org. All Rights Reserved.