Class MavenLinesParser


  • public class MavenLinesParser
    extends java.lang.Object
    This class represents parser for Maven output lines
    Author:
    eugen.horovitz
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<fr.dutra.tools.maven.deptree.core.Node> parseLines​(java.util.List<java.lang.String> lines)  
      • Methods inherited from class java.lang.Object

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

      • MavenLinesParser

        public MavenLinesParser()
    • Method Detail

      • parseLines

        public java.util.List<fr.dutra.tools.maven.deptree.core.Node> parseLines​(java.util.List<java.lang.String> lines)