org.opoo.press.source.impl
类 SourceManagerImpl
java.lang.Object
org.opoo.press.source.impl.SourceManagerImpl
- 所有已实现的接口:
- SourceManager
public class SourceManagerImpl
- extends java.lang.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(java.io.File sourceDir,
java.lang.String path)
- 指定者:
- 接口
SourceManager 中的 buildEntry
buildSource
public Source buildSource(java.io.File sourceDir,
java.lang.String path,
java.util.Map<java.lang.String,java.lang.Object> meta,
java.lang.String content)
- 指定者:
- 接口
SourceManager 中的 buildSource
Copyright © 2013 Opoo.org. All Rights Reserved.