Interface Pom.DistributionRepository

  • Enclosing interface:
    Pom

    public static interface Pom.DistributionRepository
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getElementName()  
      java.lang.String getId()  
      java.lang.String getName()  
      java.lang.String getUrl()  
      boolean hasUniqueVersion()  
    • Method Detail

      • getElementName

        @XPath("name()")
        java.lang.String getElementName()
      • getId

        @XPath("pom:id")
        java.lang.String getId()
      • getName

        @XPath("pom:name")
        java.lang.String getName()
      • getUrl

        @XPath("pom:url")
        java.lang.String getUrl()
      • hasUniqueVersion

        @XPath("pom:uniqueVersion = \'true\'")
        boolean hasUniqueVersion()