org.opoo.press.source.impl
类 SourceManagerImpl

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

public class SourceManagerImpl
extends Object
implements SourceManager

作者:
Alex Lin

构造方法摘要
SourceManagerImpl()
           
 
方法摘要
 SourceEntry buildEntry(File sourceDir, String path)
           
 Source buildSource(File sourceDir, String path, Map<String,Object> meta, String content)
           
 void saveSourceToFile(Source source)
           
 void setYaml(org.yaml.snakeyaml.Yaml yaml)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SourceManagerImpl

public SourceManagerImpl()
方法详细信息

setYaml

public void setYaml(org.yaml.snakeyaml.Yaml yaml)

saveSourceToFile

public void saveSourceToFile(Source source)
指定者:
接口 SourceManager 中的 saveSourceToFile

buildEntry

public SourceEntry buildEntry(File sourceDir,
                              String path)
指定者:
接口 SourceManager 中的 buildEntry

buildSource

public Source buildSource(File sourceDir,
                          String path,
                          Map<String,Object> meta,
                          String content)
指定者:
接口 SourceManager 中的 buildSource


Copyright © 2013 Opoo.org. All Rights Reserved.