パッケージ: libcommons-discovery-java-doc (0.5-3)
libcommons-discovery-java-doc に関するリンク
Debian の資源:
libcommons-discovery-java ソースパッケージをダウンロード:
- [libcommons-discovery-java_0.5-3.dsc]
- [libcommons-discovery-java_0.5.orig.tar.gz]
- [libcommons-discovery-java_0.5-3.debian.tar.gz]
メンテナ:
- Debian Java Maintainers (QA ページ, メールアーカイブ)
- Damien Raude-Morvan (QA ページ)
- Kumar Appaiah (QA ページ)
- Varun Hiremath (QA ページ)
- Jakub Adam (QA ページ)
外部の資源:
- ホームページ [commons.apache.org]
類似のパッケージ:
- libcommons-discovery-java
- libplexus-classworlds-java-doc
- libgeronimo-osgi-support-java-doc
- libplexus-utils2-java-doc
- libcommons-configuration-java-doc
- libplexus-interpolation-java-doc
- libcommons-beanutils-java-doc
- libplexus-velocity-java-doc
- libplexus-interactivity-api-java-doc
- libportlet-api-2.0-spec-java-doc
- libobjenesis-java-doc
locates classes that implement a given Java interface (documentation)
The Discovery Component is about discovering, or finding, implementations for pluggable interfaces. It provides facilities instantiating classes in general, and for lifecycle management of singleton (factory) classes.
Fundamentally, Discovery locates classes that implement a given Java interface. The discovery pattern, though not necessarily this package, is used in many projects including JAXP (SaxParserFactory and others) and commons-logging (LogFactory). By extracting this pattern, other projects can (re)use it and take advantage of improvements to the pattern as Discovery evolves.
Discovery improves over previous implementations by establishing facilities for working within managed environments. These allow configuration and property overrides without appealing to the global System properties (which are scoped across an entire JVM).
This package contains the documentation.
その他の libcommons-discovery-java-doc 関連パッケージ
|
|
|
|
-
- dep: default-jdk-doc
- Standard Java or Java compatible Development Kit (documentation)
-
- dep: libcommons-logging-java-doc
- common wrapper interface for several logging APIs (documentation)
-
- sug: libcommons-discovery-java
- locates classes that implement a given Java interface