1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: classworlds
Section: contrib/devel
Priority: optional
Maintainer: Marcus Crafter <crafterm@debian.org>
Build-Depends-Indep: debhelper (>= 4.0.0), junit, libasm-java, libxerces2-java, ant, j2sdk1.4 | java2-compiler
Standards-Version: 3.6.1.1
Package: libclassworlds-java
Architecture: all
Section: contrib/devel
Priority: optional
Depends: ${misc:Depends}, libxerces2-java, j2re1.4 | java2-runtime | java1-runtime
Suggests: java-virtual-machine
Description: Java ClassLoader Framework
Classworlds is a framework for container developers who require complex
manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims
and classes can cause many headaches and confusion for certain types of
application developers. Projects which involve dynamic loading of
components or otherwise represent a 'container' that can benefit from the
classloading control provided by classworlds.
.
Classworlds provides a richer set of semantics for class loading than
Java's normal mechanisms, while still being able to provide a
ClassLoader interface to integrate seamlessly with the Java environment.
Package: libclassworlds-java-doc
Architecture: all
Section: contrib/devel
Priority: optional
Depends: ${misc:Depends}
Description: Java ClassLoader Framework Documentation
Classworlds is a framework for container developers who require complex
manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims
and classes can cause many headaches and confusion for certain types of
application developers. Projects which involve dynamic loading of
components or otherwise represent a 'container' that can benefit from the
classloading control provided by classworlds.
.
Classworlds provides a richer set of semantics for class loading than
Java's normal mechanisms, while still being able to provide a
ClassLoader interface to integrate seamlessly with the Java environment.
.
This package includes the javadocs.
|