Java org.apache.commons.vfs2.impl DefaultFileMonitor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2.impl DefaultFileMonitor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2.impl DefaultFileMonitor.

The text is from its open source code.

Constructor

Method

voidaddFile(final FileObject file)
Adds a file to be monitored.
voidremoveFile(final FileObject file)
Removes a file from being monitored.
voidsetDelay(final long delay)
Set the delay between runs.
voidsetRecursive(final boolean newRecursive)
Access method to set the recursive setting when adding files for monitoring.
voidstart()
Starts monitoring the files that have been added.
voidstop()
Stops monitoring the files that have been added.