Class GAV


  • public class GAV
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private de.pdark.decentxml.Element dom  
    • Constructor Summary

      Constructors 
      Constructor Description
      GAV​(de.pdark.decentxml.Element element)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getArtifactId()  
      private java.lang.String getChildText​(java.lang.String name)  
      java.lang.String getGroupId()  
      java.lang.String getVersion()  
      void setVersion​(java.lang.String version)  
      • Methods inherited from class java.lang.Object

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

      • dom

        private final de.pdark.decentxml.Element dom
    • Constructor Detail

      • GAV

        public GAV​(de.pdark.decentxml.Element element)
    • Method Detail

      • getGroupId

        public java.lang.String getGroupId()
      • getArtifactId

        public java.lang.String getArtifactId()
      • getVersion

        public java.lang.String getVersion()
      • setVersion

        public void setVersion​(java.lang.String version)
      • getChildText

        private java.lang.String getChildText​(java.lang.String name)