public class Aether extends Object
Modifier and Type | Method and Description |
---|---|
Collection<File> |
deploy(String repositoryId,
Artifact artifact) |
boolean |
hasAvailableVersions(String repositoryId,
String groupId,
String artifactId,
VersionFilter filter) |
Collection<File> |
install(Artifact artifact) |
File |
resolve(String repositoryId,
Artifact artifact) |
Collection<String> |
resolveAvailableVersions(String repositoryId,
Artifact artifact,
boolean oldestFirst,
VersionFilter filter) |
Collection<File> |
resolveWithDependencies(String repositoryId,
Artifact artifact,
String scope) |
public Collection<File> deploy(String repositoryId, Artifact artifact) throws AetherException
AetherException
public boolean hasAvailableVersions(String repositoryId, String groupId, String artifactId, VersionFilter filter) throws AetherException
AetherException
public Collection<File> install(Artifact artifact) throws AetherException
AetherException
public File resolve(String repositoryId, Artifact artifact) throws AetherException
AetherException
public Collection<String> resolveAvailableVersions(String repositoryId, Artifact artifact, boolean oldestFirst, VersionFilter filter) throws AetherException
AetherException
public Collection<File> resolveWithDependencies(String repositoryId, Artifact artifact, String scope) throws AetherException
AetherException
Copyright © 2010–2021. All rights reserved.