public class MavenArtifactRepositoryManager extends Object implements ArtifactRepositoryManager
| Constructor and Description |
|---|
MavenArtifactRepositoryManager(org.eclipse.aether.RepositorySystem repoSystem,
org.eclipse.aether.RepositorySystemSession repoSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(ArtifactCoords coords,
Path file) |
String |
getHighestVersion(ArtifactCoords coords,
String range) |
void |
install(ArtifactCoords coords,
Path file) |
Path |
resolve(ArtifactCoords coords) |
public MavenArtifactRepositoryManager(org.eclipse.aether.RepositorySystem repoSystem,
org.eclipse.aether.RepositorySystemSession repoSession)
public Path resolve(ArtifactCoords coords) throws ArtifactException
resolve in interface ArtifactRepositoryManagerArtifactExceptionpublic void install(ArtifactCoords coords, Path file) throws ArtifactException
install in interface ArtifactRepositoryManagerArtifactExceptionpublic void deploy(ArtifactCoords coords, Path file) throws ArtifactException
deploy in interface ArtifactRepositoryManagerArtifactExceptionpublic String getHighestVersion(ArtifactCoords coords, String range) throws ArtifactException
getHighestVersion in interface ArtifactRepositoryManagerArtifactExceptionCopyright © 2016–2018 JBoss by Red Hat. All rights reserved.