public class Aether extends Object
| Modifier and Type | Field and Description |
|---|---|
static Aether |
instance |
static String |
S3_WAGON_CLASS |
| Constructor and Description |
|---|
Aether(org.apache.maven.project.MavenProject mavenProject) |
| Modifier and Type | Method and Description |
|---|---|
static Aether |
getAether() |
org.eclipse.aether.repository.RemoteRepository |
getLocalRepository() |
Collection<org.eclipse.aether.repository.RemoteRepository> |
getRepositories() |
org.eclipse.aether.RepositorySystemSession |
getSession() |
org.eclipse.aether.RepositorySystem |
getSystem() |
public static final String S3_WAGON_CLASS
public static Aether instance
public static Aether getAether()
public org.eclipse.aether.RepositorySystem getSystem()
public org.eclipse.aether.RepositorySystemSession getSession()
public Collection<org.eclipse.aether.repository.RemoteRepository> getRepositories()
public org.eclipse.aether.repository.RemoteRepository getLocalRepository()
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.