Class ProjectPom


  • public class ProjectPom
    extends Pom
    • Method Detail

      • parse

        protected void parse​(org.w3c.dom.Document doc,
                             javax.xml.xpath.XPath xp)
                      throws java.lang.Exception
        Overrides:
        parse in class Pom
        Throws:
        java.lang.Exception
      • getDependencies

        public java.util.Set<Pom> getDependencies​(Pom.Scope action)
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • replace

        protected java.lang.String replace​(java.lang.String in)
        Overrides:
        replace in class Pom
      • getProperties

        public java.util.Properties getProperties()
      • getPackaging

        public java.lang.String getPackaging()
      • getUrl

        public java.lang.String getUrl()
      • getProperty

        public java.lang.String getProperty​(java.lang.String key)
      • getArtifact

        public java.io.File getArtifact()
                                 throws java.lang.Exception
        Specified by:
        getArtifact in class Pom
        Throws:
        java.lang.Exception