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/10/2011: EntityFS 1.2 released
A new Zip file system implementation based on Zip from the At4J project. It supports recursive Zip file systems for Zip files that are not compressed further in the outer archive. Read the release notes and the change log for details.
05/26/2010: EntityFS 1.1.5 released
This is a small bugfix release. Backslashes are now allowed in entity names, but this will only work on non-Windows platforms. Read the release notes and the change log for details.
09/21/2009: EntityFS 1.1.4 released
Version 1.1.4 has a few performance improvements for absolute and relative locations. An issue with the PollingDirectoryMonitorer that made it not report modified entities when running on Windows has been fixed. Read the release notes and the change log for details.
07/15/2009: EntityFS 1.1.3 released
This release comes with two new filters – GrepFilter and FGrepFilter. Some utility methods have been added to existing utility classes. A new article shows how EntityFS can be used by a Groovy program. Read the release notes and the change log for details.
04/13/2009: EntityFS 1.1.2 released
EntityFS 1.1.2 adds a few utility methods. Validation of relative location paths is enabled.
old news…