public class SourceManagerImpl extends Object implements SourceManager
| 构造器和说明 |
|---|
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) |
public void setYaml(org.yaml.snakeyaml.Yaml yaml)
public void saveSourceToFile(Source source)
saveSourceToFile 在接口中 SourceManagerpublic SourceEntry buildEntry(File sourceDir, String path)
buildEntry 在接口中 SourceManagerpublic Source buildSource(File sourceDir, String path, Map<String,Object> meta, String content)
buildSource 在接口中 SourceManagerCopyright © 2014 Opoo.org. All Rights Reserved.