| 1 |
avdyk |
532 |
Source: libcommons-discovery-java
|
| 2 |
varun |
8505 |
Section: java
|
| 3 |
avdyk |
532 |
Priority: optional
|
| 4 |
|
|
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
|
| 5 |
drazzib |
11923 |
Uploaders: Michael Koch <konqueror@gmx.de>, Damien Raude-Morvan <drazzib@debian.org>,
|
| 6 |
|
|
Kumar Appaiah <akumar@debian.org>, Varun Hiremath <varun@debian.org>
|
| 7 |
|
|
Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk
|
| 8 |
|
|
Build-Depends-Indep: libcommons-logging-java, junit, ant-optional, maven-repo-helper
|
| 9 |
twerner |
14955 |
Standards-Version: 3.9.2
|
| 10 |
drazzib |
11923 |
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-discovery-java/
|
| 11 |
|
|
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-discovery-java/
|
| 12 |
kumanna-guest |
4231 |
Homepage: http://commons.apache.org/discovery/
|
| 13 |
avdyk |
532 |
|
| 14 |
|
|
Package: libcommons-discovery-java
|
| 15 |
|
|
Architecture: all
|
| 16 |
drazzib |
13613 |
Depends: ${misc:Depends}, libcommons-logging-java
|
| 17 |
varun |
7563 |
Suggests: libcommons-discovery-java-doc
|
| 18 |
avdyk |
532 |
Description: locates classes that implement a given Java interface
|
| 19 |
|
|
The Discovery Component is about discovering, or finding,
|
| 20 |
|
|
implementations for pluggable interfaces. It provides facilities
|
| 21 |
|
|
instantiating classes in general, and for lifecycle management of
|
| 22 |
|
|
singleton (factory) classes.
|
| 23 |
|
|
.
|
| 24 |
|
|
Fundamentally, Discovery locates classes that implement a given Java
|
| 25 |
|
|
interface. The discovery pattern, though not necessarily this package,
|
| 26 |
|
|
is used in many projects including JAXP (SaxParserFactory and others)
|
| 27 |
|
|
and commons-logging (LogFactory). By extracting this pattern, other
|
| 28 |
|
|
projects can (re)use it and take advantage of improvements to the
|
| 29 |
|
|
pattern as Discovery evolves.
|
| 30 |
|
|
.
|
| 31 |
|
|
Discovery improves over previous implementations by establishing
|
| 32 |
|
|
facilities for working within managed environments. These allow
|
| 33 |
|
|
configuration and property overrides without appealing to the global
|
| 34 |
|
|
System properties (which are scoped across an entire JVM).
|
| 35 |
varun |
7563 |
|
| 36 |
|
|
Package: libcommons-discovery-java-doc
|
| 37 |
|
|
Section: doc
|
| 38 |
|
|
Architecture: all
|
| 39 |
drazzib |
13613 |
Depends: ${misc:Depends}
|
| 40 |
varun |
7563 |
Description: locates classes that implement a given Java interface (documentation)
|
| 41 |
|
|
The Discovery Component is about discovering, or finding,
|
| 42 |
|
|
implementations for pluggable interfaces. It provides facilities
|
| 43 |
|
|
instantiating classes in general, and for lifecycle management of
|
| 44 |
|
|
singleton (factory) classes.
|
| 45 |
|
|
.
|
| 46 |
|
|
Fundamentally, Discovery locates classes that implement a given Java
|
| 47 |
|
|
interface. The discovery pattern, though not necessarily this package,
|
| 48 |
|
|
is used in many projects including JAXP (SaxParserFactory and others)
|
| 49 |
|
|
and commons-logging (LogFactory). By extracting this pattern, other
|
| 50 |
|
|
projects can (re)use it and take advantage of improvements to the
|
| 51 |
|
|
pattern as Discovery evolves.
|
| 52 |
|
|
.
|
| 53 |
|
|
Discovery improves over previous implementations by establishing
|
| 54 |
|
|
facilities for working within managed environments. These allow
|
| 55 |
|
|
configuration and property overrides without appealing to the global
|
| 56 |
|
|
System properties (which are scoped across an entire JVM).
|
| 57 |
|
|
.
|
| 58 |
|
|
This package contains the documentation.
|