DOC

org.apache.directory.server : apacheds-xdbm-tools

Maven & Gradle

Oct 09, 2012
5 usages

ApacheDS Generalized (X) DBM Tools · Several kinds of two column key/value data structures, in memory and on disk which sort keys can can be used to implement xdbm partitions. JDBM is one example. These partition use the same database structure or scheme for maintaining LDAP entries and facilitating search operations on them. This module contains common tools that could be used to manage aspects common to all xdbm implementations.

Table Of Contents

Latest Version

Download org.apache.directory.server : apacheds-xdbm-tools Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.directory.server : apacheds-xdbm-tools Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x
1.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file apacheds-xdbm-tools-2.0.0-M8-javadoc.jar to apacheds-xdbm-tools-2.0.0-M8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder apacheds-xdbm-tools-2.0.0-M8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "apacheds-xdbm-tools-2.0.0-M8-sources.jar" -d "apacheds-xdbm-tools-2.0.0-M8-javadoc" -subpackages 

Advertisement