Class MavenPomParser

  • All Implemented Interfaces:
    IBomParser

    public class MavenPomParser
    extends java.lang.Object
    implements IBomParser
    This class represents an MAVEN pom.xml file.
    Author:
    eugen.horovitz
    • Constructor Summary

      Constructors 
      Constructor Description
      MavenPomParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BomFile parseBomFile​(java.lang.String bomPath)  
      • Methods inherited from class java.lang.Object

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

      • MavenPomParser

        public MavenPomParser()