| Modifier and Type | Method and Description |
|---|---|
protected HashValue |
LocallyAvailableExternalResource.getLocalFileSha1() |
protected HashValue |
LocalFileStandInExternalResource.getLocalFileSha1() |
protected HashValue |
LocalFileStandInExternalResource.getSha1(File contentFile) |
| Modifier and Type | Method and Description |
|---|---|
HashValue |
DefaultCachedExternalResource.getSha1() |
HashValue |
CachedExternalResource.getSha1()
Always the actual checksum of the cached file, not the external source.
|
| Modifier and Type | Method and Description |
|---|---|
HashValue |
LocallyAvailableResource.getSha1() |
HashValue |
DefaultLocallyAvailableResource.getSha1() |
| Modifier and Type | Method and Description |
|---|---|
LocallyAvailableResource |
LocallyAvailableResourceCandidates.findByHashValue(HashValue hashValue) |
LocallyAvailableResource |
LazyLocallyAvailableResourceCandidates.findByHashValue(HashValue targetHash) |
| Constructor and Description |
|---|
DefaultLocallyAvailableResource(File origin,
HashValue sha1) |
| Modifier and Type | Method and Description |
|---|---|
HashValue |
ExternalResourceMetaData.getSha1()
The advertised sha-1 of the external resource.
|
HashValue |
DefaultExternalResourceMetaData.getSha1() |
| Constructor and Description |
|---|
DefaultExternalResourceMetaData(String location,
Date lastModified,
long contentLength,
String etag,
HashValue sha1) |
DefaultExternalResourceMetaData(String location,
long lastModified,
long contentLength,
String etag,
HashValue sha1) |
| Modifier and Type | Method and Description |
|---|---|
HashValue |
ExternalResourceAccessor.getResourceSha1(String location)
Obtain the SHA-1 checksum for the resource at the given location.
|
| Modifier and Type | Method and Description |
|---|---|
HashValue |
HttpResourceAccessor.getResourceSha1(String location) |
| Modifier and Type | Method and Description |
|---|---|
HashValue |
FileStoreEntry.getSha1() |
HashValue |
DefaultFileStoreEntry.getSha1() |
| Modifier and Type | Method and Description |
|---|---|
static HashValue |
HashUtil.createHash(File file,
String algorithm) |
static HashValue |
HashUtil.createHash(InputStream instr,
String algorithm) |
static HashValue |
HashUtil.createHash(String scriptText,
String algorithm) |
static HashValue |
HashValue.parse(String inputString) |
static HashValue |
HashUtil.sha1(byte[] bytes) |
static HashValue |
HashUtil.sha1(File file) |
static HashValue |
HashUtil.sha1(InputStream inputStream) |
Copyright © 2013. All rights reserved