معرفی شرکت ها


apache-commons-chain-1.2-alt1_12jpp8.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An implementation of the GoF Chain of Responsibility pattern
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p8
مخزن ALTLinux classic noarch
نام بسته apache-commons-chain
نام فایل بسته apache-commons-chain-1.2-alt1_12jpp8.noarch.rpm
نسخه بسته 1.2
انتشار بسته alt1_12jpp8
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 05 Feb 2016 03
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://commons.apache.org/chain/
مجوز ASL 2.0
حجم دانلود 92K
حجم نصب 116.942K
A 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).


جایگزین ها

بسته نسخه معماری مخزن
apache-commons-chain-javadoc-1.2-alt1_12jpp8.noarch.rpm 1.2 noarch ALT classic


نیازمندی

مقدار نام
- jpackage-utils
- mvn(commons-beanutils:commons-beanutils)
- mvn(commons-digester:commons-digester)
- mvn(commons-logging:commons-logging)
- mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 1.2 mvn(commons-chain:commons-chain)
= 1.2 mvn(commons-chain:commons-chain:pom:)
= 1:1.2-alt1_12jpp8 apache-commons-chain


نحوه نصب


نصب پکیج rpm apache-commons-chain:

    sudo apt-get install apache-commons-chain-1.2-alt1_12jpp8.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/apache-commons-chain-1.2
/usr/share/doc/apache-commons-chain-1.2/LICENSE.txt
/usr/share/doc/apache-commons-chain-1.2/NOTICE.txt
/usr/share/doc/apache-commons-chain-1.2/RELEASE-NOTES.txt
/usr/share/java/apache-commons-chain.jar
/usr/share/java/commons-chain.jar
/usr/share/maven-metadata/apache-commons-chain.xml
/usr/share/maven-poms/apache-commons-chain.pom
/usr/share/maven-poms/commons-chain.pom


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2016-02-04

java 8 mass update

2014-09-08

new release

2014-07-28

new release

2013-03-17

fc update

2012-09-04

build w/o maven-plugin-rat

2012-03-20

fixed build with maven3

2011-02-23

new version