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)
-
Constructor Details
-
PropertiesDocGenerator
public PropertiesDocGenerator()
-
-
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.
-