Documentation and directory structure
The doc currently available is this one, and a "protected"
JavaDoc stored in the docs/api directory.
Sources are available in src directory.
Classes are contained in both shlublulib.jar and classes directory.
The directory structure is the following :
Shlublu Java Lib root directory
|
|__COPYING.TXT The GNU Lesser General Public License file
|__releasenotes.html This file
|__shlubulib.jar Image of classes/*, to be used in CLASSPATH
|
|
|__classes The executable classes root directory
| |__org
| |__shlublu
| |__javax
| |__* The packages classes directories
|
|
|__docs The documentation root directory
| |__api Javadoc available following index.html
| |__index.html The entry point of the API documentation
| |__org
| |__shlublu
| |__javax
| |
| |__* The packages docs are available following package-summary.html
|
|
|__src The java sources root directory
| |__org
| |__shlublu
| |__javax
| |__* The packages sources directories
|
|
|__lib The open source software redistribution root directory
|__distribution.txt The access to the full software distributions
|__LICENSE.APL The corresponding license terms : Apache Software License v1.1
|__log4j.jar The Apache Log4J binaries