org.opoo.press.source
接口 Source

所有已知实现类:
CachedSource, SimpleSource

public interface Source

Source of site/blog.

作者:
Alex Lin

字段摘要
static String TRIPLE_DASHED_LINE
           
 
方法摘要
 String getContent()
           
 Map<String,Object> getMeta()
          YAML front-matter header.
 SourceEntry getSourceEntry()
           
 

字段详细信息

TRIPLE_DASHED_LINE

static final String TRIPLE_DASHED_LINE
另请参见:
常量字段值
方法详细信息

getSourceEntry

SourceEntry getSourceEntry()
返回:
source entry

getMeta

Map<String,Object> getMeta()
YAML front-matter header.

返回:
map object

getContent

String getContent()
返回:
content


Copyright © 2013-2014 Opoo.org. All Rights Reserved.