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

    Исходный пакет: openprops
    Версия: 0.6-alt1_9jpp8
    Собран:  2 февраля 2016 г. 23:59 в задании #157399
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/zanata/openprops

    Лицензия: GPLv2 with exceptions
    О пакете: An improved java.util.Properties from OpenJDK
    Описание: 
    OpenProps is a tiny Java library which reads and writes .properties files
    using the same code as java.util.Properties from the OpenJDK, but enhanced so
    that it preserves the order of entries within the file, and it also preserves
    comments in the file.
    This means that a Properties editor or a file converter written to use
    OpenProps won't have to lose comments or mess up the order of entries.
    
    By using OpenJDK code, OpenProps should handle all the old corner-cases in
    exactly the same way Java does.  The handling of whitespace and comments is
    tested by a number of JUnit tests.  But please let me know if you find a bug!
    
    Note the following differences from java.util.Properties:
    
    1. preserves comments and the order of entries in the file
    2. storeToXml doesn't use the Sun DTD (or any DTD) because it adds attributes
       for comments.
    3. equals() and hashCode() won't work the same way as with java.util.Properties,
       because they are no longer inherited from Hashtable.
       All you get is identity equality/hashcode.
    
    Also note that any header comment in the .properties file will be interpreted as
    a comment attached to the first message.

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

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

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

      1. maven-compiler-plugin
      2. maven-enforcer-plugin
      3. maven-install-plugin
      4. maven-jar-plugin
      5. maven-javadoc-plugin
      6. maven-local
      7. maven-release-plugin
      8. maven-resources-plugin
      9. maven-surefire-plugin
      10. maven-surefire-provider-junit
      11. /proc
      12. jpackage-generic-compat
      13. junit
      14. rpm-build-java
      15. unzip

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


    2 февраля 2016 г. Igor Vlasenko 0.6-alt1_9jpp8
    - new version
    26 августа 2014 г. Igor Vlasenko 0.6-alt1_4jpp7
    - new release