public interface ProjectRepositoryResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
CHILD_GAV_EDIT_ENABLED |
static String |
CONFLICTING_GAV_CHECK_DISABLED |
| Modifier and Type | Method and Description |
|---|---|
Set<MavenRepositoryMetadata> |
getRemoteRepositoriesMetaData()
Get a collection of Repositories a Project will resolve artifacts against.
|
Set<MavenRepositoryMetadata> |
getRemoteRepositoriesMetaData(Project project)
Get a collection of Repositories a Project will resolve artifacts against.
|
Set<MavenRepositoryMetadata> |
getRepositoriesResolvingArtifact(GAV gav,
MavenRepositoryMetadata... filter)
Get a collection of Repositories that a given GAV resolve against.
|
Set<MavenRepositoryMetadata> |
getRepositoriesResolvingArtifact(GAV gav,
Project project,
MavenRepositoryMetadata... filter)
Get a collection of Repositories that a given GAV resolve against.
|
Set<MavenRepositoryMetadata> |
getRepositoriesResolvingArtifact(String pom,
MavenRepositoryMetadata... filter)
Get a collection of Repositories that a given GAV resolve against.
|
static final String CONFLICTING_GAV_CHECK_DISABLED
static final String CHILD_GAV_EDIT_ENABLED
Set<MavenRepositoryMetadata> getRemoteRepositoriesMetaData()
Set<MavenRepositoryMetadata> getRemoteRepositoriesMetaData(Project project)
project - The Project to retrieve Repository information.Set<MavenRepositoryMetadata> getRepositoriesResolvingArtifact(GAV gav, MavenRepositoryMetadata... filter)
gav - The GAV for the artifact to resolvefilter - An optional Set of MavenRepositoryMetadata to filter the results. Those in the filter are included. If a filter is not provided all results are returned.Set<MavenRepositoryMetadata> getRepositoriesResolvingArtifact(GAV gav, Project project, MavenRepositoryMetadata... filter)
gav - The GAV for the artifact to resolveproject - The Project who's RemoteRepository information will be used to resolve the artifact.filter - An optional Set of MavenRepositoryMetadata to filter the results. Those in the filter are included. If a filter is not provided all results are returned.Set<MavenRepositoryMetadata> getRepositoriesResolvingArtifact(String pom, MavenRepositoryMetadata... filter)
pom - The POM containing prospective GAV and repository configuration (in addition to settings.xml)filter - An optional Set of MavenRepositoryMetadata to filter the results. Those in the filter are included. If a filter is not provided all results are returned.Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.