public class LockFile extends Object
Constructor and Description |
---|
LockFile(String filename)
Checks if a file is locked In order to check is a file is locked we will use a dummy renaming exercise
|
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Returns filename
|
boolean |
isLocked()
Returns lock indicator
|
public LockFile(String filename) throws KettleException
filename
- KettleException
public String getFilename()
public boolean isLocked()
Copyright © 2018 Hitachi Vantara. All rights reserved.