Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

allow xpath style filesystem browsing

8. review virtual filesystem

see what happend to the virtual filesystem

9. file permissions (non-native)

(with non native code only)

figure out a way to represent file permissions and a way to modify then

...

10. native parts (if possible through jdic)

  • filesystem notifications - to get informed about external filesystem events
  • file permissions to allow fine grained setup for local files
  • partition information (type, space, label) - some available in JDIC but also keep in mind this: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4057701

...

11. write support for archives

this would require it to

  1. copy the archive locally 2. apply the change 3. repack the archive 4. copy the archive back to its place

...