Class ElfinderFileHash

java.lang.Object
de.xima.fc.gui.elfinder.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:
  • Constructor Details

    • 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 Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • volume

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