Class CustomModelWriterFactory

  • All Implemented Interfaces:
    com.thoughtworks.qdox.writer.ModelWriterFactory

    public class CustomModelWriterFactory
    extends java.lang.Object
    implements com.thoughtworks.qdox.writer.ModelWriterFactory
    The ModelWriterFactory returning new instances of CustomModelWriter
    Author:
    mbrunnli (04.04.2013)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.thoughtworks.qdox.writer.ModelWriter newInstance()  
      • Methods inherited from class java.lang.Object

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

      • CustomModelWriterFactory

        public CustomModelWriterFactory()
    • Method Detail

      • newInstance

        public com.thoughtworks.qdox.writer.ModelWriter newInstance()
        Specified by:
        newInstance in interface com.thoughtworks.qdox.writer.ModelWriterFactory