| Method and Description |
|---|
| org.jbake.launcher.Baker.bake(LaunchOptions, CompositeConfiguration)
use
Baker.bake(JBakeConfiguration) instead |
| org.jbake.app.DBUtil.createDataStore(String, String) |
| org.jbake.app.Oven.getConfig() |
| org.jbake.parser.ParserEngine.parse(Configuration, File, String)
use
ParserEngine.parse(JBakeConfiguration, File) instead |
| org.jbake.render.RenderingTool.render(Renderer, ContentStore, File, File, CompositeConfiguration) |
| org.jbake.app.Oven.setConfig(CompositeConfiguration) |
| org.jbake.app.Oven.setupPaths()
There is no need for this method anymore. Validation is now part of the instantiation.
Can be removed with 3.0.0.
|
| org.jbake.launcher.BakeWatcher.start(LaunchOptions, CompositeConfiguration)
use
BakeWatcher.start(JBakeConfiguration) instead |
| org.jbake.app.DBUtil.updateSchema(ContentStore) |