Changes between Version 4 and Version 5 of WindowsFileSystemObserver


Ignore:
Timestamp:
06/20/08 15:00:09 (16 years ago)
Author:
schwarz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsFileSystemObserver

    v4 v5  
    2525 * Start this main class as Java application (from inside eclipse): [source:trunk/WindowsFileSystemObserver/src/observer/de/dfki/km/filesysobservation/standalone/StandaloneWindowsFileSystemObservation.java StandaloneWindowsFileSystemObservation] 
    2626 
    27 '''Attention:''' Make sure, that the [UserObservationHub] is running to receive file system observations! ;-) 
     27'''Attention:''' Make sure, that the UserObservationHub is running to receive file system observations! ;-) 
    2828 
    2929---- 
     
    4848== Testing == 
    4949 
    50 The file system observer creates NOPs of the observed file operations and passes them to the (hopefully running!) [UserObservationHub]. 
     50The file system observer creates NOPs of the observed file operations and passes them to the (hopefully running!) UserObservationHub. 
    5151 
    5252Please keep in mind, that ALL file operations are observed and passed. That means: not only the file operations explicitly invoked by the user but also file operations done by the system or by applications are processed.