Download List

Projeto Descrição

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.

System Requirements

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

Esta versão adiciona suporte para leitura e gravação do registro do Windows, o formato de arquivo. Reg, barras invertidas no final das linhas, como um caractere de continuação de linha, sub-seção de tratamento (modelo de árvore de secções), na seção de comentários, de opção, e nível de arquivo . Métodos e classes foram removidas, eo código foi limpado.
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

A biblioteca Options foi adicionado como um substituto para java.util.Properties. Opções tem muitas características úteis, como $ () macro movimentação, manuseio de valor múltiplo, e de triagem de feijão / unmarshalling. A Python interface ConfigParser foi adicionado para. Ini. O código foi limpado usando PMD e checkstyle. Advertências depreciadas a partir do código de teste foram limpos. A classe de "propriedade" é ignorada no Ini.Section # do método. Issue Tracking foi adicionado ao projeto Informações sobre o Maven gerados site. BeanTool Um bug foi corrigido.
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