public interface MavenIndexerFacadeMXBean
Modifier and Type | Method and Description |
---|---|
List<String> |
artifactIdComplete(String groupId,
String artifactId,
String packaging,
String classifier)
Helper method to complete the possible artifact IDs for a given group ID, partial artifact ID and possible packaging and/or classifier
|
String |
getRepositories()
Returns the current list of maven repositories
|
List<String> |
groupIdComplete(String groupId,
String packaging,
String classifier)
Helper method to complete the possible group IDs for a given partial group ID and possible packaging and/or classifier
|
List<ArtifactDTO> |
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> |
searchClasses(String classNameSearchText)
Returns the latest version of each artifact which contains the given class name text
|
List<ArtifactDTO> |
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> |
searchText(String searchText)
Searches for all artifacts for the given text, returning the latest matching artifact version
|
List<ArtifactDTO> |
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
|
List<String> |
versionComplete(String groupId,
String artifactId,
String version,
String packaging,
String classifier)
Helper method to complete the possible versions for a given group ID, artifact, partial version and possible packaging and/or classifier
|
List<ArtifactDTO> search(String groupId, String artifactId, String version, String packaging, String classifier, String className) throws IOException
IOException
List<ArtifactDTO> searchFlat(String groupId, String artifactId, String version, String packaging, String classifier, String className) throws IOException
IOException
List<ArtifactDTO> searchClasses(String classNameSearchText) throws IOException
IOException
List<ArtifactDTO> searchText(String searchText) throws IOException
IOException
List<ArtifactDTO> searchTextAndPackaging(String searchText, String packaging, String classifier) throws IOException
IOException
List<String> groupIdComplete(String groupId, String packaging, String classifier) throws IOException
IOException
List<String> artifactIdComplete(String groupId, String artifactId, String packaging, String classifier) throws IOException
IOException
List<String> versionComplete(String groupId, String artifactId, String version, String packaging, String classifier) throws IOException
IOException
String getRepositories()
Copyright © 2022 JBoss by Red Hat. All rights reserved.