DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibobjenesis-java
BeschreibungJava library to instantiate a new object of a particular class
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.2-1
Sektionjava
Prioritätoptional
Installierte Größe96 Byte
Hängt ab vondefault-jre-headless | java2-runtime-headless
Empfohlene Pakete
PaketbetreuerDebian Java Maintainers
Quelleobjenesis
Paketgröße23470 Byte
Prüfsumme MD5344fa2bea51a5e3f5b6ad058944f1030
Prüfsumme SHA12ed5d50dfc3ff80974a8091308292bdd4f9fbf4d
Prüfsumme SHA2562484dfbd6cee02063f15c8c272672092ef2cf87548b5d0b55051c7a96dfaec60
Link zum Herunterladenlibobjenesis-java_1.2-1_all.deb
Ausführliche BeschreibungObjenesis is a small Java library that serves one purpose: to instantiate a new object of a particular class. Java already supports this 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. * Constructors that have side effects. * Constructors 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 overcomes these restrictions by bypassing the constructor on object instantiation.


Impressum
Linux is a registered trademark of Linus Torvalds