Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37044790
en ru br
Репозитории ALT
S:3.28.0-alt1_2jpp11
5.1: 3.8.0-alt1_2jpp5
4.1: 3.5-alt1_0.cr1.2jpp1.7
4.0: 3.5-alt1_0.cr1.2jpp1.7
3.0: 3.0-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:3.7.GA

Группа :: Разработка/Java
Пакет: javassist

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 3.5-alt1_0.cr1.2jpp1.7
Время сборки: 8 июня 2007, 12:06 ( 877.0 недели назад )
Размер архива: 325.58 Kb

Домашняя страница:   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.

Текущий майнтейнер: Igor Vlasenko

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • javassist
  • javassist-demo
  • javassist-javadoc
  • javassist-manual
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin