Package com.puppycrawl.tools.checkstyle
Class PropertyCacheFile.ExternalResource
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.PropertyCacheFile.ExternalResource
-
- Enclosing class:
- PropertyCacheFile
private static final class PropertyCacheFile.ExternalResource extends Object
Class which represents external resource.
-
-
Field Summary
Fields Modifier and Type Field Description private String
contentHashSum
Hash sum which is calculated based on resource content.private String
location
Location of resource.
-
Constructor Summary
Constructors Modifier Constructor Description private
ExternalResource(String location, String contentHashSum)
Creates an instance.
-
-
-
Field Detail
-
contentHashSum
private final String contentHashSum
Hash sum which is calculated based on resource content.
-
-
Constructor Detail
-
ExternalResource
private ExternalResource(String location, String contentHashSum)
Creates an instance.- Parameters:
location
- resource location.contentHashSum
- content hash sum.
-
-