public class EmptyRepositoryHashSearch extends Object implements RepositoryHashSearch
RepositoryHashSearch against a
real repository.
|
| Constructor and Description |
|---|
EmptyRepositoryHashSearch() |
| Modifier and Type | Method and Description |
|---|---|
List |
searchBytecodeHash(String hash)
Search the repository for artifacts matching the given hash code when consider the bytecode of the classes in the
file.
|
List |
searchFileHash(String hash)
Search the repository for artifacts matching the given hash code when consider the entire contents of the file.
|
public List searchBytecodeHash(String hash)
RepositoryHashSearchsearchBytecodeHash in interface RepositoryHashSearchhash - the hash code to useArtifact instances that matchedpublic List searchFileHash(String hash)
RepositoryHashSearchsearchFileHash in interface RepositoryHashSearchhash - the hash code to useArtifact instances that matchedCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.