Package org.apache.maven
Class RepositoryUtils
java.lang.Object
org.apache.maven.RepositoryUtils
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetLayout(ArtifactRepository repo) static org.eclipse.aether.repository.WorkspaceRepositorygetWorkspace(org.eclipse.aether.RepositorySystemSession session) static org.eclipse.aether.artifact.ArtifactTypenewArtifactType(String id, ArtifactHandler handler) static org.eclipse.aether.artifact.ArtifactTypeRegistrynewArtifactTypeRegistry(ArtifactHandlerManager handlerManager) static ArtifactHandlernewHandler(org.eclipse.aether.artifact.Artifact artifact) static booleanrepositoriesEquals(List<org.eclipse.aether.repository.RemoteRepository> r1, List<org.eclipse.aether.repository.RemoteRepository> r2) static intrepositoriesHashCode(List<org.eclipse.aether.repository.RemoteRepository> repositories) static org.eclipse.aether.artifact.ArtifacttoArtifact(Artifact artifact) static ArtifacttoArtifact(org.eclipse.aether.artifact.Artifact artifact) static Collection<org.eclipse.aether.artifact.Artifact> toArtifacts(Collection<Artifact> artifactsToConvert) static voidtoArtifacts(Collection<Artifact> artifacts, Collection<? extends org.eclipse.aether.graph.DependencyNode> nodes, List<String> trail, org.eclipse.aether.graph.DependencyFilter filter) static org.eclipse.aether.graph.DependencytoDependency(Artifact artifact, Collection<Exclusion> exclusions) static org.eclipse.aether.graph.DependencytoDependency(Dependency dependency, org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes) static org.eclipse.aether.repository.RemoteRepositorytoRepo(ArtifactRepository repo) static List<org.eclipse.aether.repository.RemoteRepository> toRepos(List<ArtifactRepository> repos) 
- 
Constructor Details- 
RepositoryUtilspublic RepositoryUtils()
 
- 
- 
Method Details- 
toArtifact
- 
toArtifactspublic static void toArtifacts(Collection<Artifact> artifacts, Collection<? extends org.eclipse.aether.graph.DependencyNode> nodes, List<String> trail, org.eclipse.aether.graph.DependencyFilter filter) 
- 
toArtifact
- 
toDependencypublic static org.eclipse.aether.graph.Dependency toDependency(Artifact artifact, Collection<Exclusion> exclusions) 
- 
toRepospublic static List<org.eclipse.aether.repository.RemoteRepository> toRepos(List<ArtifactRepository> repos) 
- 
toRepo
- 
getLayout
- 
newHandler
- 
newArtifactTypepublic static org.eclipse.aether.artifact.ArtifactType newArtifactType(String id, ArtifactHandler handler) 
- 
toDependencypublic static org.eclipse.aether.graph.Dependency toDependency(Dependency dependency, org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes) 
- 
newArtifactTypeRegistrypublic static org.eclipse.aether.artifact.ArtifactTypeRegistry newArtifactTypeRegistry(ArtifactHandlerManager handlerManager) 
- 
toArtifactspublic static Collection<org.eclipse.aether.artifact.Artifact> toArtifacts(Collection<Artifact> artifactsToConvert) 
- 
getWorkspacepublic static org.eclipse.aether.repository.WorkspaceRepository getWorkspace(org.eclipse.aether.RepositorySystemSession session) 
- 
repositoriesEquals
- 
repositoriesHashCodepublic static int repositoriesHashCode(List<org.eclipse.aether.repository.RemoteRepository> repositories) 
 
-