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

    Исходный пакет: javassist
    Версия: 3.5-alt1_0.cr1.2jpp1.7
    Собран:  8 июня 2007 г. 14:49
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.csg.is.titech.ac.jp/~chiba/javassist/

    Лицензия: MPL and LGPL
    О пакете: Java Programming Assistant: bytecode manipulation
    Описание: 
    Javassist (Java Programming Assistant) makes Java
    bytecode manipulation simple. It is a class library
    for editing bytecodes in Java; it enables Java
    programs to define a new class at runtime and to
    modify a class file when the JVM loads it. Unlike
    other similar bytecode editors, Javassist provides
    two levels of API: source level and bytecode level.
    If the users use the source-level API, they can edit
    a class file without knowledge of the specifications
    of the Java bytecode. The whole API is designed with
    only the vocabulary of the Java language. You can even
    specify inserted bytecode in the form of source text;
    Javassist compiles it on the fly. On the other hand,
    the bytecode-level API allows the users to directly
    edit a class file as other editors.

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

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

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

    Права:
    Igor Vlasenko
    @java

      1. /proc
      2. jpackage-1.4-compat
      3. jpackage-utils >= 0:1.6
      4. ant >= 0:1.6

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


    8 июня 2007 г. Igor Vlasenko 0:3.5-alt1_0.cr1.2jpp1.7
    - converted from JPackage by jppimport script
    23 апреля 2005 г. Vladimir Lettiev 3.0-alt1
    - Initial build for ALT Linux Sisyphus