Class RepositoryUtils

java.lang.Object
org.apache.maven.RepositoryUtils

public class RepositoryUtils 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.
  • Constructor Details Link icon

    • RepositoryUtils Link icon

      public RepositoryUtils()
  • Method Details Link icon

    • toArtifact Link icon

      public static Artifact toArtifact(org.eclipse.aether.artifact.Artifact artifact)
    • toArtifacts Link icon

      public static void toArtifacts(Collection<Artifact> artifacts, Collection<? extends org.eclipse.aether.graph.DependencyNode> nodes, List<String> trail, org.eclipse.aether.graph.DependencyFilter filter)
    • toArtifact Link icon

      public static org.eclipse.aether.artifact.Artifact toArtifact(Artifact artifact)
    • toDependency Link icon

      public static org.eclipse.aether.graph.Dependency toDependency(Artifact artifact, Collection<Exclusion> exclusions)
    • toRepos Link icon

      public static List<org.eclipse.aether.repository.RemoteRepository> toRepos(List<ArtifactRepository> repos)
    • toRepo Link icon

      public static org.eclipse.aether.repository.RemoteRepository toRepo(ArtifactRepository repo)
    • getLayout Link icon

      public static String getLayout(ArtifactRepository repo)
    • newHandler Link icon

      public static ArtifactHandler newHandler(org.eclipse.aether.artifact.Artifact artifact)
    • newArtifactType Link icon

      public static org.eclipse.aether.artifact.ArtifactType newArtifactType(String id, ArtifactHandler handler)
    • toDependency Link icon

      public static org.eclipse.aether.graph.Dependency toDependency(Dependency dependency, org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes)
    • newArtifactTypeRegistry Link icon

      public static org.eclipse.aether.artifact.ArtifactTypeRegistry newArtifactTypeRegistry(ArtifactHandlerManager handlerManager)
    • toArtifacts Link icon

      public static Collection<org.eclipse.aether.artifact.Artifact> toArtifacts(Collection<Artifact> artifactsToConvert)
    • getWorkspace Link icon

      public static org.eclipse.aether.repository.WorkspaceRepository getWorkspace(org.eclipse.aether.RepositorySystemSession session)
    • repositoriesEquals Link icon

      public static boolean repositoriesEquals(List<org.eclipse.aether.repository.RemoteRepository> r1, List<org.eclipse.aether.repository.RemoteRepository> r2)
    • repositoriesHashCode Link icon

      public static int repositoriesHashCode(List<org.eclipse.aether.repository.RemoteRepository> repositories)
    • overlay Link icon

      public static org.eclipse.aether.RepositorySystemSession overlay(ArtifactRepository repository, org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.RepositorySystem system)