Package hec.io

Class FileLockInfo

java.lang.Object
hec.io.FileLockInfo
All Implemented Interfaces:
Serializable

public class FileLockInfo extends Object implements Serializable
See Also:
  • Constructor Details

    • FileLockInfo

      public FileLockInfo(String path, String userId)
      Create a new FileLockInfo object
      Parameters:
      path - the file path
      userId - the user id who holds the lock
  • Method Details

    • getPath

      public String getPath()
      return the path
      Returns:
      The Path value
    • getUserId

      public String getUserId()
      return the userid that holds the lock
      Returns:
      The UserId value