Class ArtifactDescriptorUtils


  • public class ArtifactDescriptorUtils
    extends java.lang.Object
    Warning: This is an internal utility class that is only public for technical reasons, it is not part of the public API. In particular, this class can be changed or deleted without prior notice.
    Author:
    Benjamin Bentmann
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.eclipse.aether.artifact.Artifact toPomArtifact​(org.eclipse.aether.artifact.Artifact artifact)  
      static org.eclipse.aether.repository.RemoteRepository toRemoteRepository​(org.apache.maven.model.Repository repository)  
      static org.eclipse.aether.repository.RepositoryPolicy toRepositoryPolicy​(org.apache.maven.model.RepositoryPolicy policy)  
      • Methods inherited from class java.lang.Object

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

      • ArtifactDescriptorUtils

        public ArtifactDescriptorUtils()
    • Method Detail

      • toPomArtifact

        public static org.eclipse.aether.artifact.Artifact toPomArtifact​(org.eclipse.aether.artifact.Artifact artifact)
      • toRemoteRepository

        public static org.eclipse.aether.repository.RemoteRepository toRemoteRepository​(org.apache.maven.model.Repository repository)
      • toRepositoryPolicy

        public static org.eclipse.aether.repository.RepositoryPolicy toRepositoryPolicy​(org.apache.maven.model.RepositoryPolicy policy)