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
| 从类 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.