|
||||||||||
| 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 | |
|---|---|
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. |
| Method Detail |
|---|
List searchFileHash(String hash)
hash - the hash code to use
Artifact instances that matchedList searchBytecodeHash(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 | |||||||||