org.opoo.press.source
接口 SourceManager

所有已知实现类:
SourceManagerImpl

public interface SourceManager

作者:
Alex Lin

方法摘要
 SourceEntry buildEntry(File sourceDir, String path)
           
 Source buildSource(File sourceDir, String path, Map<String,Object> meta, String content)
           
 void saveSourceToFile(Source source)
           
 

方法详细信息

saveSourceToFile

void saveSourceToFile(Source source)

buildEntry

SourceEntry buildEntry(File sourceDir,
                       String path)

buildSource

Source buildSource(File sourceDir,
                   String path,
                   Map<String,Object> meta,
                   String content)


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