Class ElfinderFileHash

  • All Implemented Interfaces:
    Serializable

    public final class ElfinderFileHash
    extends Object
    implements Serializable
    Simple model for the default file hash used by the elfinder file manager.
    Since:
    8.3.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • ElfinderFileHash

        public ElfinderFileHash​(String volume,
                                String path)
        Creates a new file hash with the given volume and path.
        Parameters:
        volume - The volume part of the file hash.
        path - The path part of the file hash.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • path

        public String path()
        The path part of the file hash.
        Returns:
        The path part of the file hash.
      • volume

        public String volume()
        The volume part of the file hash.
        Returns:
        The volume part of the file hash.