Package | Description |
---|---|
org.fedoraproject.maven.repository | |
org.fedoraproject.maven.repository.impl |
Modifier and Type | Method and Description |
---|---|
RepositoryPath |
Repository.getPrimaryArtifactPath(org.sonatype.aether.artifact.Artifact artifact)
Obtain the preferred path to given artifact in this repository.
|
RepositoryPath |
Repository.getPrimaryArtifactPath(org.sonatype.aether.artifact.Artifact artifact,
boolean ignoreType)
Obtain the preferred path to given artifact in this repository.
|
Modifier and Type | Method and Description |
---|---|
List<RepositoryPath> |
Repository.getArtifactPaths(org.sonatype.aether.artifact.Artifact artifact)
Get list of possible paths to given artifact in this repository.
|
List<RepositoryPath> |
Repository.getArtifactPaths(org.sonatype.aether.artifact.Artifact artifact,
boolean ignoreType)
Get list of possible paths to given artifact in this repository.
|
List<RepositoryPath> |
Repository.getArtifactPaths(List<org.sonatype.aether.artifact.Artifact> artifact)
Get list of possible paths to given artifacts in this repository.
|
List<RepositoryPath> |
Repository.getArtifactPaths(List<org.sonatype.aether.artifact.Artifact> artifact,
boolean ignoreType)
Get list of possible paths to given artifacts in this repository.
|
Modifier and Type | Method and Description |
---|---|
RepositoryPath |
CompoundRepository.getPrimaryArtifactPath(org.sonatype.aether.artifact.Artifact artifact,
boolean ignoreType) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryPath> |
CompoundRepository.getArtifactPaths(List<org.sonatype.aether.artifact.Artifact> artifacts,
boolean ignoreType) |
Copyright © 2012-2019 Red Hat, Inc.. All Rights Reserved.