Interface Pom.Repository

  • Enclosing interface:
    Pom

    public static interface Pom.Repository
    • Method Detail

      • getId

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

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

        @XPath("pom:releases/pom:enabled = \'true\'")
        boolean hasReleasesEnabled()
      • hasSnapshotsEnabled

        @XPath("pom:snapshots/pom:enabled = \'true\'")
        boolean hasSnapshotsEnabled()