public interface RepositoryHashSearch
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.maven.artifact.Artifact> |
searchBytecodeHash(String hash)
Search the repository for artifacts matching the given hash code when consider the bytecode of the classes in the
file.
|
List<org.apache.maven.artifact.Artifact> |
searchFileHash(String hash)
Search the repository for artifacts matching the given hash code when consider the entire contents of the file.
|
List<org.apache.maven.artifact.Artifact> searchFileHash(String hash)
hash - the hash code to useArtifact instances that matchedList<org.apache.maven.artifact.Artifact> searchBytecodeHash(String hash)
hash - the hash code to useArtifact instances that matchedCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.