Class SchemaDocumenter


  • public class SchemaDocumenter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Definition getNearestDef​(Form f)  
      static void main​(java.lang.String[] args)  
      static java.lang.String makePath​(Definition def)  
      static java.lang.String makePath​(Form f)  
      static void render​(org.apache.velocity.VelocityContext c, org.apache.velocity.app.VelocityEngine ve, Definition def)  
      • Methods inherited from class java.lang.Object

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

      • SchemaDocumenter

        public SchemaDocumenter()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • render

        public static void render​(org.apache.velocity.VelocityContext c,
                                  org.apache.velocity.app.VelocityEngine ve,
                                  Definition def)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • makePath

        public static java.lang.String makePath​(Form f)
      • makePath

        public static java.lang.String makePath​(Definition def)