|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.changedetection.digest.MetaDigesterUtilStrategy
class MetaDigesterUtilStrategy extends java.lang.Object
The DigesterUtilStrategyNames.META DigesterUtilStrategy implementation.
| Constructor Summary | |
MetaDigesterUtilStrategy()
|
|
| Method Summary | |
|---|---|
void
|
digestDirectory(MessageDigest digester, File directory, long directorySize)
Calls update on the digester with the byte values of: - the absolute path of the directory - the last modified date of the directory - the provided directory size |
void
|
digestFile(MessageDigest digester, File file)
Calls update on the digester with the byte values of: - the absolute path of the file - the last modified date of the file - the file size |
| Methods inherited from class java.lang.Object | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Constructor Detail |
|---|
MetaDigesterUtilStrategy()
| Method Detail |
|---|
public void digestDirectory(MessageDigest digester, File directory, long directorySize)
public void digestFile(MessageDigest digester, File file)
Groovy Documentation