Class MavenLocalRepoFileInitializer.Coordinates

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String artifactId  
      java.lang.String classifier  
      java.lang.String groupId  
      java.lang.String type  
      java.lang.String version  
    • Constructor Summary

      Constructors 
      Constructor Description
      Coordinates()  
    • Method Summary

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

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

      • groupId

        public java.lang.String groupId
      • artifactId

        public java.lang.String artifactId
      • version

        public java.lang.String version
      • type

        public java.lang.String type
      • classifier

        public java.lang.String classifier
    • Constructor Detail

      • Coordinates

        public Coordinates()
    • Method Detail

      • toPath

        public java.lang.String toPath()
      • toCentralURI

        public java.net.URI toCentralURI()