org.apache.maven.shared.jar.identification.repository
public class EmptyRepositoryHashSearch extends java.lang.Object implements RepositoryHashSearch
RepositoryHashSearch
against a
real repository.Constructor and Description |
---|
EmptyRepositoryHashSearch() |
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.
|
public java.util.List searchBytecodeHash(java.lang.String hash)
RepositoryHashSearch
searchBytecodeHash
in interface RepositoryHashSearch
hash
- the hash code to useArtifact
instances that matchedpublic java.util.List searchFileHash(java.lang.String hash)
RepositoryHashSearch
searchFileHash
in interface RepositoryHashSearch
hash
- the hash code to useArtifact
instances that matchedCopyright © 2014. All Rights Reserved.