Class ModuleXmlVersionResolver


  • public class ModuleXmlVersionResolver
    extends java.lang.Object
    Author:
    Emmanuel Hugonnet (c) 2017 Red Hat, inc.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void convertModule​(java.nio.file.Path file, java.nio.file.Path target, java.util.Map<java.lang.String,​org.apache.maven.artifact.Artifact> artifacts, java.util.List<org.apache.maven.artifact.Artifact> hardcodedArtifacts, org.apache.maven.plugin.logging.Log log)  
      • Methods inherited from class java.lang.Object

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

      • ModuleXmlVersionResolver

        public ModuleXmlVersionResolver()
    • Method Detail

      • convertModule

        public static void convertModule​(java.nio.file.Path file,
                                         java.nio.file.Path target,
                                         java.util.Map<java.lang.String,​org.apache.maven.artifact.Artifact> artifacts,
                                         java.util.List<org.apache.maven.artifact.Artifact> hardcodedArtifacts,
                                         org.apache.maven.plugin.logging.Log log)
                                  throws java.io.IOException,
                                         javax.xml.stream.XMLStreamException,
                                         org.apache.maven.plugin.MojoExecutionException
        Throws:
        java.io.IOException
        javax.xml.stream.XMLStreamException
        org.apache.maven.plugin.MojoExecutionException