| Package | Description |
|---|---|
| com.helger.commons.io.monitor | |
| com.helger.commons.scope.singletons |
| Modifier and Type | Method and Description |
|---|---|
FileMonitor |
FileMonitorManager.createFileMonitor(IFileMonitorCallback aListener)
Create a new
FileMonitor based on the passed file listener. |
FileMonitor |
FileMonitor.setRecursive(boolean bRecursive)
Access method to set the recursive setting when adding files for
monitoring.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<FileMonitor> |
FileMonitorManager.getAllFileMonitors() |
| Modifier and Type | Method and Description |
|---|---|
EChange |
FileMonitorManager.addFileMonitor(FileMonitor aMonitor)
Add a new
FileMonitor. |
EChange |
FileMonitorManager.removeFileMonitor(FileMonitor aMonitor)
Remove a
FileMonitor. |
| Modifier and Type | Method and Description |
|---|---|
FileMonitor |
ScopedFileMonitorManager.createFileMonitor(IFileMonitorCallback aListener)
Create a new
FileMonitor based on the passed file listener. |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopedFileMonitorManager.addFileMonitor(FileMonitor aMonitor)
Add a new
FileMonitor. |
EChange |
ScopedFileMonitorManager.removeFileMonitor(FileMonitor aMonitor)
Remove a
FileMonitor. |
Copyright © 2014–2017 Philip Helger. All rights reserved.