public class MavenArtifactResolvingHelper extends Object implements org.wildfly.swarm.tools.ArtifactResolvingHelper
| Modifier and Type | Field and Description |
|---|---|
protected List<org.eclipse.aether.repository.RemoteRepository> |
remoteRepositories |
protected org.eclipse.aether.RepositorySystemSession |
session |
| Constructor and Description |
|---|
MavenArtifactResolvingHelper(org.eclipse.aether.impl.ArtifactResolver resolver,
org.eclipse.aether.RepositorySystem system,
org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.repository.Proxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
protected static org.eclipse.aether.repository.RemoteRepository |
buildRemoteRepository(String id,
String url,
org.apache.maven.artifact.repository.Authentication auth,
org.eclipse.aether.repository.Proxy proxy) |
void |
remoteRepository(org.apache.maven.artifact.repository.ArtifactRepository repo) |
void |
remoteRepository(org.eclipse.aether.repository.RemoteRepository repo) |
org.wildfly.swarm.tools.ArtifactSpec |
resolve(org.wildfly.swarm.tools.ArtifactSpec spec) |
Set<org.wildfly.swarm.tools.ArtifactSpec> |
resolveAll(Set<org.wildfly.swarm.tools.ArtifactSpec> specs) |
protected final org.eclipse.aether.RepositorySystemSession session
protected final List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories
public MavenArtifactResolvingHelper(org.eclipse.aether.impl.ArtifactResolver resolver,
org.eclipse.aether.RepositorySystem system,
org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.repository.Proxy proxy)
public void remoteRepository(org.apache.maven.artifact.repository.ArtifactRepository repo)
public void remoteRepository(org.eclipse.aether.repository.RemoteRepository repo)
public org.wildfly.swarm.tools.ArtifactSpec resolve(org.wildfly.swarm.tools.ArtifactSpec spec)
resolve in interface org.wildfly.swarm.tools.ArtifactResolvingHelperpublic Set<org.wildfly.swarm.tools.ArtifactSpec> resolveAll(Set<org.wildfly.swarm.tools.ArtifactSpec> specs) throws Exception
resolveAll in interface org.wildfly.swarm.tools.ArtifactResolvingHelperExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.