public class AetherUtils extends Object
Constructor and Description |
---|
AetherUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getLayout(org.apache.maven.artifact.repository.ArtifactRepository repo) |
static org.eclipse.aether.artifact.ArtifactType |
newArtifactType(String id,
org.apache.maven.artifact.handler.ArtifactHandler handler) |
static org.eclipse.aether.artifact.ArtifactTypeRegistry |
newArtifactTypeRegistry(org.apache.maven.artifact.handler.manager.ArtifactHandlerManager handlerManager) |
static org.apache.maven.artifact.handler.ArtifactHandler |
newHandler(org.eclipse.aether.artifact.Artifact artifact) |
static org.apache.maven.artifact.Artifact |
toArtifact(org.eclipse.aether.artifact.Artifact artifact) |
static org.eclipse.aether.artifact.Artifact |
toArtifact(org.apache.maven.artifact.Artifact artifact) |
static void |
toArtifacts(Collection<org.apache.maven.artifact.Artifact> artifacts,
Collection<? extends org.eclipse.aether.graph.DependencyNode> nodes,
List<String> trail,
org.eclipse.aether.graph.DependencyFilter filter) |
static org.eclipse.aether.graph.Dependency |
toDependency(org.apache.maven.artifact.Artifact artifact,
Collection<org.apache.maven.model.Exclusion> exclusions) |
static org.eclipse.aether.graph.Dependency |
toDependency(org.apache.maven.model.Dependency dependency,
org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes) |
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.RemoteRepository |
toRepo(org.apache.maven.artifact.repository.ArtifactRepository repo) |
static List<org.eclipse.aether.repository.RemoteRepository> |
toRepos(List<org.apache.maven.artifact.repository.ArtifactRepository> repos) |
static org.eclipse.aether.repository.RepositoryPolicy |
toRepositoryPolicy(org.apache.maven.model.RepositoryPolicy policy) |
public static org.apache.maven.artifact.Artifact toArtifact(org.eclipse.aether.artifact.Artifact artifact)
public static void toArtifacts(Collection<org.apache.maven.artifact.Artifact> artifacts, Collection<? extends org.eclipse.aether.graph.DependencyNode> nodes, List<String> trail, org.eclipse.aether.graph.DependencyFilter filter)
public static org.eclipse.aether.artifact.Artifact toArtifact(org.apache.maven.artifact.Artifact artifact)
public static org.eclipse.aether.graph.Dependency toDependency(org.apache.maven.artifact.Artifact artifact, Collection<org.apache.maven.model.Exclusion> exclusions)
public static List<org.eclipse.aether.repository.RemoteRepository> toRepos(List<org.apache.maven.artifact.repository.ArtifactRepository> repos)
public static org.eclipse.aether.repository.RemoteRepository toRepo(org.apache.maven.artifact.repository.ArtifactRepository repo)
public static String getLayout(org.apache.maven.artifact.repository.ArtifactRepository repo)
public static org.apache.maven.artifact.handler.ArtifactHandler newHandler(org.eclipse.aether.artifact.Artifact artifact)
public static org.eclipse.aether.artifact.ArtifactType newArtifactType(String id, org.apache.maven.artifact.handler.ArtifactHandler handler)
public static org.eclipse.aether.graph.Dependency toDependency(org.apache.maven.model.Dependency dependency, org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes)
public static org.eclipse.aether.artifact.ArtifactTypeRegistry newArtifactTypeRegistry(org.apache.maven.artifact.handler.manager.ArtifactHandlerManager handlerManager)
public static org.eclipse.aether.artifact.Artifact toPomArtifact(org.eclipse.aether.artifact.Artifact artifact)
public static org.eclipse.aether.repository.RemoteRepository toRemoteRepository(org.apache.maven.model.Repository repository)
public static org.eclipse.aether.repository.RepositoryPolicy toRepositoryPolicy(org.apache.maven.model.RepositoryPolicy policy)
Copyright © 2020. All rights reserved.