Changes between Version 1 and Version 2 of WindowsFileSystemObserver


Ignore:
Timestamp:
06/20/08 14:21:01 (16 years ago)
Author:
Sven
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsFileSystemObserver

    v1 v2  
    2323== Configuring == 
    2424 
    25 Wenn first starting the file observer it opens up the config dialog which allows to add the file folders to observe: 
     25Wenn first starting the file observer it opens up the config dialog which allows to add the file folders to observe. 
     26You can use the [Add] button to add file folders to observe (subfolders are also observed). 
     27After having added some file folders the dialog will look like this: 
    2628 
     29[[Image(filesysobserver-config.png)]] 
    2730 
     31The file system observer provides an MBean interface you can access via the Java console ({{{jconsole}}}): 
    2832 
     33[[Image(filesysobserver-jconsole.png)]] 
     34 
     35So, if you close the config dialog once, you can open it up again by using the {{{jconsole}}} and invoke the [{{{configure}}}] method. 
     36Alternatively, you can also invoke [{{{addFolderToObserve}}}].