DOC

org.apache.directory.server : apacheds-server-unit

Maven & Gradle

Aug 18, 2009
29 usages

ApacheDS Server Unit · A JUnit 4.x based unit testing framework applying LDAP operations over the wire against an LDAP server. Right now the LDAP server is ApacheDS because the start, stop and cleanup of the server are easily controlled. This may change in the future.

Table Of Contents

Latest Version

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

How to open Javadoc JAR file in web browser

  1. Rename the file apacheds-server-unit-1.5.5-javadoc.jar to apacheds-server-unit-1.5.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder apacheds-server-unit-1.5.5-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-server-unit-1.5.5-sources.jar" -d "apacheds-server-unit-1.5.5-javadoc" -subpackages 

Advertisement