org.apache.maven.repository.internal
Class ArtifactDescriptorUtils

java.lang.Object
  extended by org.apache.maven.repository.internal.ArtifactDescriptorUtils

public class ArtifactDescriptorUtils
extends 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

Constructor Summary
ArtifactDescriptorUtils()
           
 
Method Summary
static org.eclipse.aether.artifact.Artifact toPomArtifact(org.eclipse.aether.artifact.Artifact artifact)
           
static org.eclipse.aether.repository.RemoteRepository toRemoteRepository(Repository repository)
           
static org.eclipse.aether.repository.RepositoryPolicy toRepositoryPolicy(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(Repository repository)

toRepositoryPolicy

public static org.eclipse.aether.repository.RepositoryPolicy toRepositoryPolicy(RepositoryPolicy policy)


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.