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.
|
org.waarp.openr66.client |
Classes implementing Clients
|
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 |
---|---|
FileMonitorCommandRunnableFuture |
FileMonitorCommandFactory.create(FileMonitor.FileItem fileItem) |
Modifier and Type | Method and Description |
---|---|
void |
FileMonitor.setCommandCheckIteration(FileMonitorCommandRunnableFuture commandCheckIteration) |
Constructor and Description |
---|
FileMonitor(String name,
File statusFile,
File stopFile,
File directory,
FilesystemBasedDigest.DigestAlgo digest,
long elapseTime,
FileFilter filter,
boolean scanSubdir,
FileMonitorCommandRunnableFuture commandValidFile,
FileMonitorCommandRunnableFuture commandRemovedFile,
FileMonitorCommandRunnableFuture commandCheckIteration) |
FileMonitorTimerInformationTask(FileMonitorCommandRunnableFuture informationMonitorCommand) |
Modifier and Type | Class and Description |
---|---|
class |
SpooledDirectoryTransfer.SpooledRunner |
Copyright © 2009–2020 Waarp. All rights reserved.