.. java:import:: java.io File .. java:import:: java.io IOException .. java:import:: java.security NoSuchAlgorithmException .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.database.backend.interfaces FileCheckHash .. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.entity Message .. java:import:: org.caosdb.server.utils Hasher UnixFileSystemCheckHash ======================= .. java:package:: org.caosdb.server.database.backend.implementation.UnixFileSystem :noindex: .. java:type:: public class UnixFileSystemCheckHash extends UnixFileSystemTransaction implements FileCheckHash Constructors ------------ UnixFileSystemCheckHash ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public UnixFileSystemCheckHash(Access access) :outertype: UnixFileSystemCheckHash Methods ------- execute ^^^^^^^ .. java:method:: @Override public boolean execute(String path, Hasher hasher, String hash) throws TransactionException :outertype: UnixFileSystemCheckHash