Class RelativePathFileCacheKey

  • All Implemented Interfaces:
    FileCacheKey

    public class RelativePathFileCacheKey
    extends java.lang.Object
    implements FileCacheKey
    • Constructor Summary

      Constructors 
      Constructor Description
      RelativePathFileCacheKey​(java.net.URL parentURL, java.lang.String relPath)  
    • Constructor Detail

      • RelativePathFileCacheKey

        public RelativePathFileCacheKey​(java.net.URL parentURL,
                                        java.lang.String relPath)
                                 throws java.net.MalformedURLException,
                                        java.lang.IllegalArgumentException
        Throws:
        java.net.MalformedURLException
        java.lang.IllegalArgumentException
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in interface FileCacheKey
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface FileCacheKey
        Overrides:
        hashCode in class java.lang.Object