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


Paketnamelibclass-adapter-perl
BeschreibungPerl implementation of the "Adapter" Design Pattern
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.07-1
Sektionperl
Prioritätoptional
Installierte Größe96 Byte
Hängt ab vonperl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße21814 Byte
Prüfsumme MD55200a5ef87733ae5e92e5a7a09a0b8c9
Prüfsumme SHA145b23ba4172b6c6c25bc8bb930c5cd62280806da
Prüfsumme SHA256078ad22e7dd27e03ee5de093b0b6177064fad1de07c677b50a6ffe71e1d13c62
Link zum Herunterladenlibclass-adapter-perl_1.07-1_all.deb
Ausführliche BeschreibungThe Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. . The term Adapter refers to a "Design Pattern" of the same name, from the famous "Gang of Four" book "Design Patterns". Although their original implementation was designed for Java and similar single-inheritance strictly-typed langauge, the situation for which it applies is still valid. . An Adapter in this Perl sense of the term is when a class is created to achieve by composition (objects containing other object) something that can't be achieved by inheritance (sub-classing). . This is similar to the Decorator pattern, but is intended to be applied on a class-by-class basis, as opposed to being able to be applied one object at a time, as is the case with the Decorator pattern.


Impressum
Linux is a registered trademark of Linus Torvalds