Class PropertyCacheFile.ExternalResource

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String contentHashSum
      Hash sum which is calculated based on resource content.
      private java.lang.String location
      Location of resource.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ExternalResource​(java.lang.String location, java.lang.String contentHashSum)
      Creates an instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • location

        private final java.lang.String location
        Location of resource.
      • contentHashSum

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

      • ExternalResource

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