Class Factory


  • public class Factory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IDoxygen createObjectModel()
      Factory method that creates an empty object model for a doxygen generated XML file.
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory()
    • Method Detail

      • createObjectModel

        public static IDoxygen createObjectModel()
        Factory method that creates an empty object model for a doxygen generated XML file. Use the readXMLDir() method to build the model from an XML output directory containing doxygen output.