Class MavenURLHandler


  • public class MavenURLHandler
    extends URLStreamHandler
    Handling URL protocol for this format:
     maven:hu.icellmobilsoft.coffee:coffee-dto-xsd:jar::!/xsd/hu/icellmobilsoft/coffee/dto/common/common.xsd
     
    Format is: maven:groupId:atifactId:package:version:!file_path
    • protocol - URL schema protocol, in this case "maven"
    • hu.icellmobilsoft.coffee.dto.xsd - maven groupId
    • coffee-dto-xsd - maven artifactId
    • jar - maven package
    • maven version
    Since:
    1.0.0
    Author:
    imre.scheffer