Changes between Version 4 and Version 5 of WindowsFileSystemObserver
- Timestamp:
- 06/20/08 15:00:09 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsFileSystemObserver
v4 v5 25 25 * Start this main class as Java application (from inside eclipse): [source:trunk/WindowsFileSystemObserver/src/observer/de/dfki/km/filesysobservation/standalone/StandaloneWindowsFileSystemObservation.java StandaloneWindowsFileSystemObservation] 26 26 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! ;-) 28 28 29 29 ---- … … 48 48 == Testing == 49 49 50 The file system observer creates NOPs of the observed file operations and passes them to the (hopefully running!) [UserObservationHub].50 The file system observer creates NOPs of the observed file operations and passes them to the (hopefully running!) UserObservationHub. 51 51 52 52 Please 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.