Interface GFileHashProvider

All Known Implementing Classes:
LocalFileSystem, LocalFileSystemSub

public interface GFileHashProvider
GFileSystem add-on interface that provides MD5 hashing for file located within the filesystem
  • Method Summary

    Modifier and Type
    Method
    Description
    getMD5Hash(GFile file, boolean required, TaskMonitor monitor)
    Returns the MD5 hash of the specified file.
  • Method Details