Class MavenRepositoryLocation


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

      Fields 
      Modifier and Type Field Description
      private java.lang.String id  
      private java.net.URI location  
    • Constructor Summary

      Constructors 
      Constructor Description
      MavenRepositoryLocation​(java.lang.String id, java.net.URI location)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.net.URI getURL()  
      • Methods inherited from class java.lang.Object

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

      • id

        private final java.lang.String id
      • location

        private final java.net.URI location
    • Constructor Detail

      • MavenRepositoryLocation

        public MavenRepositoryLocation​(java.lang.String id,
                                       java.net.URI location)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getURL

        public java.net.URI getURL()