|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryHashSearch
Interface for Repository Hash Searches.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.util.List searchFileHash(java.lang.String hash)
hash
- the hash code to use
Artifact
instances that matchedjava.util.List searchBytecodeHash(java.lang.String hash)
hash
- the hash code to use
Artifact
instances that matched
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |