public class MavenArtifactRepositoryManager extends Object implements ArtifactRepositoryManager
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(ArtifactCoords coords,
Path file) |
String |
getHighestVersion(ArtifactCoords coords,
String range) |
static ArtifactRepositoryManager |
getInstance() |
void |
install(ArtifactCoords coords,
Path file) |
Path |
resolve(ArtifactCoords coords) |
public static ArtifactRepositoryManager getInstance()
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.