(File lockFileName)
| 459 | } |
| 460 | |
| 461 | public static FileLocker getFileLocker(File lockFileName) throws IOException { |
| 462 | return FileLocker.lock(lockFileName); |
| 463 | } |
| 464 | |
| 465 | /** |
| 466 | * Gets the base name, without extension, of given file name. |
no test coverage detected