Modifier and Type | Method and Description |
---|---|
protected ArtifactDTO |
MavenIndexerFacade.createArtifactDTO(org.apache.maven.index.ArtifactInfo ai) |
Modifier and Type | Method and Description |
---|---|
List<ArtifactDTO> |
MavenIndexerFacade.search(String groupId,
String artifactId,
String version,
String packaging,
String classifier,
String className) |
List<ArtifactDTO> |
MavenIndexerFacadeMXBean.search(String groupId,
String artifactId,
String version,
String packaging,
String classifier,
String className)
Returns the latest version of each artifact that matches any of the given strings like groupId or groupId and artifactId etc
|
List<ArtifactDTO> |
MavenIndexerFacade.searchClasses(String classNameSearchText)
Attempts to search for the artifact with the given class name.
|
List<ArtifactDTO> |
MavenIndexerFacadeMXBean.searchClasses(String classNameSearchText)
Returns the latest version of each artifact which contains the given class name text
|
List<ArtifactDTO> |
MavenIndexerFacade.searchFlat(org.apache.lucene.search.BooleanQuery q) |
List<ArtifactDTO> |
MavenIndexerFacade.searchFlat(String groupId,
String artifactId,
String version,
String packaging,
String classifier,
String className) |
List<ArtifactDTO> |
MavenIndexerFacadeMXBean.searchFlat(String groupId,
String artifactId,
String version,
String packaging,
String classifier,
String className)
Returns all versions and artifacts that match the given query; such as to find all versions of a given groupId and artifactId.
|
List<ArtifactDTO> |
MavenIndexerFacade.searchGrouped(org.apache.lucene.search.Query query) |
List<ArtifactDTO> |
MavenIndexerFacade.searchGrouped(org.apache.lucene.search.Query query,
org.apache.maven.index.search.grouping.GAGrouping grouping) |
List<ArtifactDTO> |
MavenIndexerFacade.searchText(String searchText)
Attempts to search the maven repositories given some text to search for
|
List<ArtifactDTO> |
MavenIndexerFacadeMXBean.searchText(String searchText)
Searches for all artifacts for the given text, returning the latest matching artifact version
|
List<ArtifactDTO> |
MavenIndexerFacade.searchTextAndPackaging(String searchText,
String packaging,
String classifier) |
List<ArtifactDTO> |
MavenIndexerFacadeMXBean.searchTextAndPackaging(String searchText,
String packaging,
String classifier)
Searches for all artifacts for the given text with the optional packaging/classifier filter,
returning the latest matching artifact version
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.