Package generic.util

Class LockFactory


  • public class LockFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LockFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static FileLocker createFileLocker​(java.io.File lockFile)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LockFactory

        public LockFactory()
    • Method Detail

      • createFileLocker

        public static FileLocker createFileLocker​(java.io.File lockFile)