Пакет xmlconfigreader: Информация

    Исходный пакет: xmlconfigreader
    Версия: 1.0.003-alt1_1jpp6
    Собран:  4 сентября 2010 г. 2:23
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://xmlconfigreader.sourceforge.net

    Лицензия: LGPL
    О пакете: ResourceBundle extension
    Описание: 
    XMLConfigReader is an Open Source Java class extension of
    Java ResourceBundle class to read configuration data
    directly from an XML file.
    XMLConfigReader reads structured resource text data from an
    XML file and store it on a hashtable.
    The hashtable keys are taken from the value of the first
    attribute of the <item> elements.
    The hash table values are hashtables containing the sub-items
    names as keys and the sub-items data as value.
    You instantiate the XMLConfigReader class in a program to
    read data from a XML file. Once the class is instantiated,
    it reads all the data in a XML file and loads into a DOM
    (Document Object Model) tree. Then it populates a hashtable
    so the getString, getInt and getDouble methods can be called
    to find text information based on a key and subkey.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    xmlconfigreader (noarch)
    xmlconfigreader-javadoc (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    @qa_p7

      1. /proc
      2. jpackage-compat
      3. jpackage-utils >= 0:5.0.0
      4. junit
      5. ant >= 1.6.5
      6. ant-junit

    Последнее изменение


    3 сентября 2010 г. Igor Vlasenko 1.0.003-alt1_1jpp6
    - new version