org.opends.server.admin.doc
Class ConfigGuideGeneration

java.lang.Object
  extended by org.opends.server.admin.doc.ConfigGuideGeneration

public class ConfigGuideGeneration
extends java.lang.Object

This class allow Configuration Guide documentation generation (html format). It is based on the Admin Framework Introspection API


Constructor Summary
ConfigGuideGeneration()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point for documentation generation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigGuideGeneration

public ConfigGuideGeneration()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point for documentation generation. Properties: GenerationDir - The directory where the doc is generated (default is /var/tmp/[CONFIG_GUIDE_DIR>]) LdapMapping - Presence means that the LDAP mapping section is to be generated (default is no) OpendsWiki - The URL of the OpenDS Wiki (default is "https://www.opends.org/wiki") OpendsHome - The URL of the OpenDS project Home page (default is "http://www.opends.org")

Parameters:
args - none.