Class PomParentsHtmlGenerator


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

      Modifier and Type Method Description
      void generateHTML​(java.io.File htmlOutFile)  
      void generateXML​(java.io.File xmlOutFile)  
      • Methods inherited from class java.lang.Object

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

      • PomParentsHtmlGenerator

        public PomParentsHtmlGenerator​(java.util.Collection<Pom> poms)
    • Method Detail

      • generateHTML

        public void generateHTML​(java.io.File htmlOutFile)
                          throws java.io.IOException,
                                 javax.xml.transform.TransformerException
        Throws:
        java.io.IOException
        javax.xml.transform.TransformerException
      • generateXML

        public void generateXML​(java.io.File xmlOutFile)
                         throws java.io.IOException,
                                javax.xml.transform.TransformerException
        Throws:
        java.io.IOException
        javax.xml.transform.TransformerException