Interface PathResourceManager.ETagFunction
-
- Enclosing class:
- PathResourceManager
public static interface PathResourceManager.ETagFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ETag
generate(java.nio.file.Path path)
Generates anETag
for the providedPath
.
-