| Package | Description |
|---|---|
| org.waarp.common.filemonitor |
This package would like to propose a JSE 6 compatible way to scan a directory
for new, deleted and changed files, in order to allow some functions like
pooling a directory before actions.
|
| Modifier and Type | Field and Description |
|---|---|
protected FileMonitorCommandRunnableFuture |
FileMonitor.commandCheckIteration |
protected FileMonitorCommandRunnableFuture |
FileMonitor.commandRemovedFile |
protected FileMonitorCommandRunnableFuture |
FileMonitor.commandValidFile |
protected FileMonitorCommandRunnableFuture |
FileMonitor.FileMonitorTimerInformationTask.informationMonitorCommand |
| Modifier and Type | Method and Description |
|---|---|
abstract FileMonitorCommandRunnableFuture |
FileMonitorCommandFactory.create(FileMonitor.FileItem fileItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileMonitor.setCommandCheckIteration(FileMonitorCommandRunnableFuture commandCheckIteration) |
| Constructor and Description |
|---|
FileMonitor.FileMonitorTimerInformationTask(FileMonitorCommandRunnableFuture informationMonitorCommand) |
FileMonitor(String name,
File statusFile,
File stopFile,
File directory,
org.waarp.common.digest.FilesystemBasedDigest.DigestAlgo digest,
long elapseTime,
FileFilter filter,
boolean scanSubdir,
FileMonitorCommandRunnableFuture commandValidFile,
FileMonitorCommandRunnableFuture commandRemovedFile,
FileMonitorCommandRunnableFuture commandCheckIteration) |
Copyright © 2009–2019 Waarp. All rights reserved.