Package org.jbake.launcher
Class CustomFSChangeListener
- java.lang.Object
-
- org.jbake.launcher.CustomFSChangeListener
-
- All Implemented Interfaces:
org.apache.commons.vfs2.FileListener
public class CustomFSChangeListener extends java.lang.Object implements org.apache.commons.vfs2.FileListener
-
-
Constructor Summary
Constructors Constructor Description CustomFSChangeListener(JBakeConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfileChanged(org.apache.commons.vfs2.FileChangeEvent event)voidfileCreated(org.apache.commons.vfs2.FileChangeEvent event)voidfileDeleted(org.apache.commons.vfs2.FileChangeEvent event)
-
-
-
Constructor Detail
-
CustomFSChangeListener
public CustomFSChangeListener(JBakeConfiguration config)
-
-
Method Detail
-
fileCreated
public void fileCreated(org.apache.commons.vfs2.FileChangeEvent event) throws java.lang.Exception- Specified by:
fileCreatedin interfaceorg.apache.commons.vfs2.FileListener- Throws:
java.lang.Exception
-
fileDeleted
public void fileDeleted(org.apache.commons.vfs2.FileChangeEvent event) throws java.lang.Exception- Specified by:
fileDeletedin interfaceorg.apache.commons.vfs2.FileListener- Throws:
java.lang.Exception
-
fileChanged
public void fileChanged(org.apache.commons.vfs2.FileChangeEvent event) throws java.lang.Exception- Specified by:
fileChangedin interfaceorg.apache.commons.vfs2.FileListener- Throws:
java.lang.Exception
-
-