Changes between Version 1 and Version 2 of WindowsFileSystemObserver
- Timestamp:
- 06/20/08 14:21:01 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsFileSystemObserver
v1 v2 23 23 == Configuring == 24 24 25 Wenn first starting the file observer it opens up the config dialog which allows to add the file folders to observe: 25 Wenn first starting the file observer it opens up the config dialog which allows to add the file folders to observe. 26 You can use the [Add] button to add file folders to observe (subfolders are also observed). 27 After having added some file folders the dialog will look like this: 26 28 29 [[Image(filesysobserver-config.png)]] 27 30 31 The file system observer provides an MBean interface you can access via the Java console ({{{jconsole}}}): 28 32 33 [[Image(filesysobserver-jconsole.png)]] 34 35 So, if you close the config dialog once, you can open it up again by using the {{{jconsole}}} and invoke the [{{{configure}}}] method. 36 Alternatively, you can also invoke [{{{addFolderToObserve}}}].