Class ModuleDependencyGraphCreator


  • public class ModuleDependencyGraphCreator
    extends java.lang.Object
    Parse the pom files to figure out the module dependencies and create a puml diagram.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2018 Created on Apr 08, 2018
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.util.List<java.io.File> findPomFiles()  
      static void main​(java.lang.String[] args)  
      private void run()  
      private void setupFile​(java.io.File outputPuml)  
      • Methods inherited from class java.lang.Object

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

      • ModuleDependencyGraphCreator

        public ModuleDependencyGraphCreator()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • run

        private void run()
                  throws java.io.IOException,
                         org.codehaus.plexus.util.xml.pull.XmlPullParserException
        Throws:
        java.io.IOException
        org.codehaus.plexus.util.xml.pull.XmlPullParserException
      • findPomFiles

        private java.util.List<java.io.File> findPomFiles()
      • setupFile

        private void setupFile​(java.io.File outputPuml)
                        throws java.io.IOException
        Throws:
        java.io.IOException