Thu, 02 May 2024 08:05:04 UTC | login

Information for build apache-commons-chain-1.2-18.fc29

ID53066
Package Nameapache-commons-chain
Version1.2
Release18.fc29
Epoch
SummaryAn implementation of the GoF Chain of Responsibility pattern
DescriptionA popular technique for organizing the execution of complex processing flows is the "Chain of Responsibility" pattern, as described (among many other places) in the classic "Gang of Four" design patterns book. Although the fundamental API contracts required to implement this design pattern are extremely simple, it is useful to have a base API that facilitates using the pattern, and (more importantly) encouraging composition of command implementations from multiple diverse sources. Towards that end, the Chain API models a computation as a series of "commands" that can be combined into a "chain". The API for a command consists of a single method (execute()), which is passed a "context" parameter containing the dynamic state of the computation, and whose return value is a boolean that determines whether or not processing for the current chain has been completed (true), or whether processing should be delegated to the next command in the chain (false).
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 18 Jul 2018 23:50:17 UTC
CompletedWed, 18 Jul 2018 23:50:17 UTC
Tags
f29
f30
f31
RPMs
src
apache-commons-chain-1.2-18.fc29.src.rpm (info) (download)
noarch
apache-commons-chain-1.2-18.fc29.noarch.rpm (info) (download)
apache-commons-chain-javadoc-1.2-18.fc29.noarch.rpm (info) (download)
Changelog * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 1.2-15 - Remove unused BRs - Replace perl invocation with sed * Thu Jul 21 2016 gil cattaneo <puntogil@libero.it> 1.2-14 - add missing BR