Télécharger la liste

Description du projet

The [ini4j] is a simple Java API for handling
configuration files in Windows .ini format.
Additionally, the library includes a Java
Preferences API implementation based on the .ini file.

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.

2009-04-02 18:05
0.5.0

Ce communiqué ajoute le support pour la lecture et l'écriture dans le Registre Windows, le fichier. Reg format de fichier, des barres obliques inverses à la fin des lignes en char ligne de continuation, sous-section de gestion (modèle d'arbre pour les sections), des commentaires à la section, option, et au niveau des fichiers . Méthodes sont obsolètes et les classes ont été supprimés et le code a été nettoyé.
This release adds support for reading and writing the Windows registry, the .reg file format, backslashes at the end of lines as a line continuation char, sub-section handling (tree model for sections), comments at section, option, and file level. Deprecated methods and classes were removed and the code was cleaned up.

2009-03-11 19:35
0.4.1

Options de la bibliothèque a été ajouté comme un remplacement pour java.util.Properties. Options a beaucoup de fonctions utiles, comme $ () manutention macro, la manipulation de valeurs multiples, et de triage Bean / unmarshalling. L'interface Python ConfigParser a été ajoutée pour les fichiers. Ini. Le code a été nettoyé à l'aide de PMD et checkstyle. Avertissements obsolète dans le code de test ont été nettoyés. La «classe» de propriété est ignorée dans le Ini.Section # à partir de la méthode. Issue Tracking a été ajouté au projet d'information sur le site généré par Maven. BeanTool Un bug a été corrigé.
Tags: Major feature enhancements
The Options library was added as a replacement for java.util.Properties. Options has a lot of useful features, like ${} macro handling, multiple value handling, and bean marshalling/unmarshalling. The Python ConfigParser interface was added for .ini files. The code was cleaned up by using PMD and checkstyle. Deprecated warnings from the test code were cleaned up. The "class" property is skipped in the Ini.Section#from method. Issue Tracking was added to Project Information on the Maven-generated site. A BeanTool bug was fixed.

2009-02-18 03:54
0.4.0

Tags: Initial freshmeat announcement

Project Resources