public interface RepositoryHashSearch
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
searchBytecodeHash(java.lang.String hash)
Search the repository for artifacts matching the given hash code when consider the bytecode of the classes in the
file.
|
java.util.List |
searchFileHash(java.lang.String hash)
Search the repository for artifacts matching the given hash code when consider the entire contents of the file.
|
java.util.List searchFileHash(java.lang.String hash)
hash - the hash code to useArtifact instances that matchedjava.util.List searchBytecodeHash(java.lang.String hash)
hash - the hash code to useArtifact instances that matchedCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.