public class AssetChecksumGeneratorImpl extends Object implements AssetChecksumGenerator
Constructor and Description |
---|
AssetChecksumGeneratorImpl(StreamableResourceSource streamableResourceSource,
ResourceChangeTracker tracker) |
Modifier and Type | Method and Description |
---|---|
String |
generateChecksum(Resource resource)
Given a raw resource, generates an MD5 checksum of the resource's contents.
|
String |
generateChecksum(StreamableResource resource)
Given a streamable resource, generates an MD5 checksum of the resource's contents.
|
public AssetChecksumGeneratorImpl(StreamableResourceSource streamableResourceSource, ResourceChangeTracker tracker)
public String generateChecksum(Resource resource) throws IOException
AssetChecksumGenerator
generateChecksum
in interface AssetChecksumGenerator
IOException
public String generateChecksum(StreamableResource resource) throws IOException
AssetChecksumGenerator
generateChecksum
in interface AssetChecksumGenerator
IOException
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.