Class JDomModelBase


  • public class JDomModelBase
    extends java.lang.Object
    Since:
    3.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.jdom.Element modelBase  
    • Constructor Summary

      Constructors 
      Constructor Description
      JDomModelBase​(org.jdom.Element modelBase)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.maven.model.Build getBuild()  
      java.util.List<org.apache.maven.model.Dependency> getDependencies()  
      org.apache.maven.model.DependencyManagement getDependencyManagement()  
      • Methods inherited from class java.lang.Object

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

      • modelBase

        private final org.jdom.Element modelBase
    • Constructor Detail

      • JDomModelBase

        public JDomModelBase​(org.jdom.Element modelBase)
    • Method Detail

      • getBuild

        public org.apache.maven.model.Build getBuild()
      • getDependencies

        public java.util.List<org.apache.maven.model.Dependency> getDependencies()
      • getDependencyManagement

        public org.apache.maven.model.DependencyManagement getDependencyManagement()