public class HashClassfileContents extends Object
Constructor and Description |
---|
HashClassfileContents(String... packagePrefixesToScan) |
Modifier and Type | Method and Description |
---|---|
Map<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 © 2016. All rights reserved.