public class FileHashing
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileHashing.Hasher |
| Constructor and Description |
|---|
FileHashing() |
| Modifier and Type | Method and Description |
|---|---|
static FileHashing.Hasher |
hasher()
Returns default long-lived Hasher instance with bounded hash cache.
|
static FileHashing.Hasher |
newHasher()
Returns new Hasher instance with unbounded hash cache, useful for bulk hashing of projects and their dependencies.
|
public static FileHashing.Hasher hasher()
public static FileHashing.Hasher newHasher()