Package documentation

Class PropertiesDocGenerator

java.lang.Object
documentation.PropertiesDocGenerator

public class PropertiesDocGenerator
extends java.lang.Object
Creates docbook table of connection properties from ConnectionProperties class.
  • Constructor Summary

    Constructors 
    Constructor Description
    PropertiesDocGenerator()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String exposeAsXml()
    Returns a description of the connection properties as an XML document.
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args)
    • exposeAsXml

      public static java.lang.String exposeAsXml()
      Returns a description of the connection properties as an XML document.
      Returns:
      the connection properties as an XML document.