Uses of Interface
org.apache.ivy.plugins.lock.FileBasedLockStrategy.FileLocker
-
Packages that use FileBasedLockStrategy.FileLocker Package Description org.apache.ivy.plugins.lock -
-
Uses of FileBasedLockStrategy.FileLocker in org.apache.ivy.plugins.lock
Classes in org.apache.ivy.plugins.lock that implement FileBasedLockStrategy.FileLocker Modifier and Type Class Description static class
FileBasedLockStrategy.CreateFileLocker
"locks" a file by creating it if it doesn't exist, relying on theFile.createNewFile()
atomicity.static class
FileBasedLockStrategy.NIOFileLocker
Locks a file using theFileLock
mechanism.Fields in org.apache.ivy.plugins.lock declared as FileBasedLockStrategy.FileLocker Modifier and Type Field Description private FileBasedLockStrategy.FileLocker
FileBasedLockStrategy. locker
The locker to use to make file lock attempts.Constructors in org.apache.ivy.plugins.lock with parameters of type FileBasedLockStrategy.FileLocker Constructor Description ArtifactLockStrategy(FileBasedLockStrategy.FileLocker locker, boolean debugLocking)
FileBasedLockStrategy(FileBasedLockStrategy.FileLocker locker, boolean debugLocking)
-