| Modifier and Type | Method and Description |
|---|---|
Source |
SourceManager.buildSource(File sourceDir,
String path,
Map<String,Object> meta,
String content) |
Source |
Base.getSource()
The file source.
|
Source |
SourceParser.parse(SourceEntry sourceEntry)
Parse SourceEntry to Source.
|
| Modifier and Type | Method and Description |
|---|---|
Post |
Factory.createDraft(Site site,
Source source) |
Page |
Factory.createPage(Site site,
Source source) |
Post |
Factory.createPost(Site site,
Source source) |
Converter |
Site.getConverter(Source source) |
Converter |
PluginManager.getConverter(Source source) |
String |
Converter.getOutputFileExtension(Source src)
The converted content filename extension, must start with a '.',
such as '.html'.
|
boolean |
Converter.matches(Source src)
Determine this converter matches the specified source.
|
void |
SourceManager.saveSourceToFile(Source source) |
Copyright © 2015 Opoo.org. All Rights Reserved.