public class FileObserverExecutor
extends java.lang.Object
| Constructor and Description |
|---|
FileObserverExecutor(FileObserverConfiguration configuration)
Initialize the FileObserverExecutor instance with values from the configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeJobsForFile(java.io.File file)
Checks the given file against the regular expressions and executes the corresponding commands.
|
public FileObserverExecutor(FileObserverConfiguration configuration) throws FileObserverException
FileObserverExceptionpublic void executeJobsForFile(java.io.File file)
throws FileObserverException
FileObserverException