java.lang.Object
org.pentaho.di.job.entries.checkfilelocked.LockFile

public class LockFile extends Object
  • Constructor Details

    • LockFile

      public LockFile(String filename) throws org.pentaho.di.core.exception.KettleException
      Checks if a file is locked In order to check is a file is locked we will use a dummy renaming exercise
      Parameters:
      filename -
      Throws:
      org.pentaho.di.core.exception.KettleException
  • Method Details

    • getFilename

      public String getFilename()
      Returns filename
      Returns:
      filename
    • isLocked

      public boolean isLocked()
      Returns lock indicator
      Returns:
      TRUE is file is locked