Package org.jbake.launcher
Class BakeWatcher
- java.lang.Object
-
- org.jbake.launcher.BakeWatcher
-
public class BakeWatcher extends java.lang.ObjectDelegate responsible for watching the file system for changes.
-
-
Constructor Summary
Constructors Constructor Description BakeWatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidstart(JBakeConfiguration config)Starts watching the file system for changes to trigger a bake.voidstart(LaunchOptions res, org.apache.commons.configuration2.CompositeConfiguration config)Deprecated.usestart(JBakeConfiguration)instead
-
-
-
Method Detail
-
start
@Deprecated public void start(LaunchOptions res, org.apache.commons.configuration2.CompositeConfiguration config)
Deprecated.usestart(JBakeConfiguration)insteadStarts watching the file system for changes to trigger a bake.- Parameters:
res- Commandline optionsconfig- Configuration settings
-
start
public void start(JBakeConfiguration config)
Starts watching the file system for changes to trigger a bake.- Parameters:
config- JBakeConfiguration settings
-
-