Home:
» Download
» Current release
» Documentation
» FAQ
» Licensing
» News
» Mailing lists
» Please help!



Built by Schmant

Get EntityFS at SourceForge.net. Fast, secure and Free Open Source software downloads

About


Welcome to the home page of EntityFS – the object-oriented file system API for Java!

EntityFS provides a set of abstractions and tools for working with file systems and their entities (files and directories) from Java. Notable features are:

For a longer introduction to EntityFS, read the Architecture overview.

When should I use EntityFS?


EntityFS should be a useful tool if you are writing an application that uses files and directories in ways other than the most trivial. See, for instance, the XML file copying example.

News

04/13/2009: EntityFS 1.1.2 released
EntityFS 1.1.2 adds a few utility methods. Validation of relative location paths is enabled. Read the release notes and the change log for details.
03/17/2009: EntityFS 1.1.1 released
Version 1.1.1 is a small feature release with two new features – A new copy method has been added to the Entities class and the EntityFilter interface was reintroduced to make entity filters easier to find in the Javadocs. Read the release notes and the change log for details.
02/06/2009: EntityFS 1.1 released.
EntityFS 1.1 comes with a number of new utility methods and classes. The new OverwriteStrategy gives a more tunable way of overwriting existing entities in different operations. The filter implementation has been made more generic, and the EntityFilter interface has been removed in favor of Filter. Location aware recursive iterators keep track of each returned object's location relative to a base directory. Read the release notes and the change log for details.
08/27/2008: EntityFS 1.0 released.
Finally 1.0! Note: In this release, the default settings of created file systems have changed. When upgrading to this release, verify that your file systems are still configured the way you want. The Unix and NTFS attributes capabilities now use HeliDB databases to store attribute data.
03/25/2008: New EntityFS site design.
A new design for the EntityFS site. Many thanks to everyone involved!
old news…