Apache NetBeans Wiki Index

Note: These pages are being reviewed.

I’m having trouble implementing this filesystem…​.

Be sure that what you really want to be doing is implement FileSystem. Unless you really need to access objects in a database, remote server, or some other such storage as if they were files, you are probably heading in the wrong direction.

If you do need to implement a FileSystem, you should probably start with AbstractFileSystem - it handles a lot of knotty locking semantics correctly and will save you a lot of time, effort and bugs.

Apache Migration Information

The content in this page was kindly donated by Oracle Corp. to the Apache Software Foundation.

This page was exported from http://wiki.netbeans.org/DevFaqImplementFilesystem , that was last modified by NetBeans user Admin on 2009-11-06T15:46:54Z.

NOTE: This document was automatically converted to the AsciiDoc format on 2018-02-07, and needs to be reviewed.