Sat, 01 Jun 2024 06:02:24 UTC | login

Information for build apache-commons-chain-1.2-22.fc32

ID142882
Package Nameapache-commons-chain
Version1.2
Release22.fc32
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
StartedFri, 27 Mar 2020 10:47:59 UTC
CompletedFri, 27 Mar 2020 10:47:59 UTC
Tags
f33
RPMs
src
apache-commons-chain-1.2-22.fc32.src.rpm (info) (download)
noarch
apache-commons-chain-1.2-22.fc32.noarch.rpm (info) (download)
apache-commons-chain-javadoc-1.2-22.fc32.noarch.rpm (info) (download)
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Nov 05 2019 Fabio Valentini <decathorpe@gmail.com> - 1.2-21 - Fix typos in maven compiler source and target overrides. * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * 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