Property | Type | Description |
---|
Method | Description | |
---|---|---|
FileSystemMonitor ( IProfile profile, string watchFolder, string filterPattern ) : System.IO |
Method | Description | |
---|---|---|
GetState ( string file ) : bool? |
Get the processed state of the given file from the profile.
|
|
InvokeProcessor ( string path ) : void | ||
ProcessPath ( string path ) : void |
Perform the basic processing pattern.
|
|
SaveState ( string file, bool done ) : void |
Save the processing state for the given file to the profile.
|
public FileSystemMonitor ( IProfile profile, string watchFolder, string filterPattern ) : System.IO | ||
profile | IProfile | |
watchFolder | string | |
filterPattern | string | |
return | System.IO |
protected GetState ( string file ) : bool? | ||
file | string | File to look up. |
return | bool? |
protected abstract InvokeProcessor ( string path ) : void | ||
path | string | |
return | void |
protected ProcessPath ( string path ) : void | ||
path | string | A file or directory name, depending on the subclass implementation. |
return | void |
protected SaveState ( string file, bool done ) : void | ||
file | string | File in question. |
done | bool | True if processed. |
return | void |