Télécharger la liste

Description du projet

EntityFS is an object-oriented file system API for
Java. It has a rich set of powerful file and
directory manipulation tools that makes it much
easier to work with file system entities from
Java. The file and directory interfaces are
implementation-independent, and there is support
for building file systems on disk, in memory, or
in Zip or Jar files. File systems can also be
configured to support capabilities such as file
data compression or metadata.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-11 06:21
1.2

Cette version arrive avec une nouvelle implémentation du système de fichiers Zip en utilisant les classes Zip du projet At4J. Un bug a été corrigé qui exigeait que le nœud racine a dû se produire en premier dans le fichier Zip de support dans la mise en œuvre du système ancien fichier Zip.
This release comes with a new Zip file system implementation using the Zip classes from the At4J project. A bug has been fixed that required that the root node had to occur first in the backing Zip file in the old Zip file system implementation.

2010-05-27 07:24
1.1.5

Cette version arrive avec quelques correctifs petites et une amélioration des performances de petite taille. Les FS et la mémoire RAM du système de fichiers implémentations ont été déplacés dans le bocal de base EntityFS fichier JAR de leurs propres. Anti-slash sont désormais autorisés dans les noms de personne, mais cela ne fonctionne que sur la non-plates-formes Windows.
This release comes with a few small fixes and a small performance enhancement. The FS and RAM file system implementations have been moved from the EntityFS core JAR file to JAR files of their own. Backslashes are now allowed in entity names, but this only works on non-Windows platforms.

2009-09-21 22:44
1.1.4

Ce communiqué est livré avec une performance que peu d'améliorations dans la gestion des chemins de recherche. Elle corrige aussi un problème avec le PollingDirectoryMonitorer qui a rendu le rapport non modifié entités correctement lorsqu'il est exécuté sur Windows.
This release comes with a few performance improvements in the handling of search paths. It also fixes an issue with the PollingDirectoryMonitorer that made it not report modified entities properly when running on Windows.

2009-07-16 09:46
1.1.3

Ce communiqué est livré avec deux nouveaux filtres, GrepFilter et FGrepFilter. Certaines méthodes utilitaires ont été ajoutés à des classes de services publics existants. Un nouvel article montre comment EntityFS peut être utilisé à partir des programmes de Groovy.
This release comes with two new filters, GrepFilter and FGrepFilter. Some new utility methods have been added to existing utility classes. A new article shows how EntityFS can be used from Groovy programs.

2009-04-13 20:09
1.1.2

Ceci est un communiqué de petite mise à jour. Il ajoute un peu de méthodes utilitaires et permet la validation des positions relatives, qui était endommagé par accident dans les versions précédentes.
This is a small update release. It adds a few utility methods and it enables the validation of relative locations, which was disabled by accident in previous releases.

Project Resources