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 Details

    • location

      private final String location
      Location of resource.
    • contentHashSum

      private final String contentHashSum
      Hash sum which is calculated based on resource content.
  • Constructor Details

    • ExternalResource

      private ExternalResource(String location, String contentHashSum)
      Creates an instance.
      Parameters:
      location - resource location.
      contentHashSum - content hash sum.