-
obexd-0.46-4.fc19.armv6hl
obexd contains obex-client, a D-Bus service to allow sending files
using the Obex Push protocol, common on mobile phones and
other Bluetooth-equipped devices.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
obexd-0.46-4.fc19.x86_64
obexd contains obex-client, a D-Bus service to allow sending files
using the Obex Push protocol, common on mobile phones and
other Bluetooth-equipped devices.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
objectweb-asm-3.3.1-1.lbn13.noarch
ASM is a code manipulation tool to implement adaptable systems.
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 13
-
objectweb-asm-3.3.1-1.lbn13.noarch
ASM is a code manipulation tool to implement adaptable systems.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
objectweb-asm-5.1-4.lbn25.noarch
ASM is an all purpose Java bytecode manipulation and analysis
framework. It can be used to modify existing classes or dynamically
generate classes, directly in binary form. Provided common
transformations and analysis algorithms allow to easily assemble
custom complex transformations and code analysis tools.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
objectweb-asm-5.1-4.fc25.noarch
ASM is an all purpose Java bytecode manipulation and analysis
framework. It can be used to modify existing classes or dynamically
generate classes, directly in binary form. Provided common
transformations and analysis algorithms allow to easily assemble
custom complex transformations and code analysis tools.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
objectweb-asm-7.0-2.lbn25.noarch
ASM is an all purpose Java bytecode manipulation and analysis
framework. It can be used to modify existing classes or dynamically
generate classes, directly in binary form. Provided common
transformations and analysis algorithms allow to easily assemble
custom complex transformations and code analysis tools.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
objectweb-asm3-3.3.1-13.fc24.noarch
ASM is an all purpose Java bytecode manipulation and analysis
framework. It can be used to modify existing classes or dynamically
generate classes, directly in binary form. Provided common
transformations and analysis algorithms allow to easily assemble
custom complex transformations and code analysis tools.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
objectweb-asm4-4.1-3.fc19.noarch
ASM is a code manipulation tool to implement adaptable systems.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
objenesis-1.2-7.fc16.noarch
Objenesis is a small Java library that serves one purpose: to instantiate
a new object of a particular class.
Java supports dynamic instantiation of classes using Class.newInstance();
however, this only works if the class has an appropriate constructor. There
are many times when a class cannot be instantiated this way, such as when
the class contains constructors that require arguments, that have side effects,
and/or that throw exceptions. As a result, it is common to see restrictions
in libraries stating that classes must require a default constructor.
Objenesis aims to overcome these restrictions by bypassing the constructor
on object instantiation. Needing to instantiate an object without calling
the constructor is a fairly specialized task, however there are certain cases
when this is useful:
* Serialization, Remoting and Persistence - Objects need to be instantiated
and restored to a specific state, without invoking code.
* Proxies, AOP Libraries and Mock Objects - Classes can be subclassed without
needing to worry about the super() constructor.
* Container Frameworks - Objects can be dynamically instantiated in
non-standard ways.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13