public class HashClassfileContents extends Object
| Constructor and Description |
|---|
HashClassfileContents(String... packagePrefixesToScan) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
getClassNameToClassfileHash()
Returns the mapping from class name to hash of classfile contents after the call to .scan().
|
HashClassfileContents |
scan()
Scans the classpath, and updates the mapping from class name to hash of classfile contents.
|
public HashClassfileContents(String... packagePrefixesToScan)
public HashClassfileContents scan()
Copyright © 2015. All rights reserved.