Interface FileLock

All Superinterfaces:
AutoCloseable, Closeable

public interface FileLock extends Closeable
A lock object obtained when a file is successfully locked.
Author:
AO Industries, Inc.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Unlocks a file.
    boolean
    Checks if the lock is valid.