套件:libcommons-discovery-java(0.5-3)
libcommons-discovery-java 的相關連結
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]
相似套件:
locates classes that implement a given Java interface
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).
其他與 libcommons-discovery-java 有關的套件
|
|
|
|
-
- dep: libcommons-logging-java
- common wrapper interface for several logging APIs
-
- sug: libcommons-discovery-java-doc
- locates classes that implement a given Java interface (documentation)