private static class PropertyCacheFile.ExternalResource extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
contentHashSum
Hash sum which is calculated based on resource content.
|
private java.lang.String |
location
Location of resource.
|
| Constructor and Description |
|---|
ExternalResource(java.lang.String location,
java.lang.String contentHashSum)
Creates an instance.
|
private final java.lang.String location
private final java.lang.String contentHashSum
ExternalResource(java.lang.String location, java.lang.String contentHashSum)
location - resource location.contentHashSum - content hash sum.Copyright © 2001-2022. All Rights Reserved.