Uses of Class
de.xima.fc.gui.elfinder.ElfinderFileHash
-
Packages that use ElfinderFileHash Package Description de.xima.fc.gui.elfinder -
-
Uses of ElfinderFileHash in de.xima.fc.gui.elfinder
Methods in de.xima.fc.gui.elfinder that return ElfinderFileHash Modifier and Type Method Description ElfinderFileHash
DefaultElFinderHashCodec. decodeFileHash(String hash)
ElfinderFileHash
IElFinderHashDecoder. decodeFileHash(String hash)
Decodes the hash to a file system entry.Methods in de.xima.fc.gui.elfinder with parameters of type ElfinderFileHash Modifier and Type Method Description default String
IElFinderHashEncoder. encodeFileHash(ElfinderFileHash hash)
Creates the hash for the given file system entry.
-