Uses of Interface
org.apache.ivy.plugins.lock.FileBasedLockStrategy.FileLocker
Packages that use FileBasedLockStrategy.FileLocker
-
Uses of FileBasedLockStrategy.FileLocker in org.apache.ivy.plugins.lock
Classes in org.apache.ivy.plugins.lock that implement FileBasedLockStrategy.FileLockerModifier and TypeClassDescriptionstatic class
"locks" a file by creating it if it doesn't exist, relying on theFile.createNewFile()
atomicity.static class
Locks a file using theFileLock
mechanism.Fields in org.apache.ivy.plugins.lock declared as FileBasedLockStrategy.FileLockerModifier and TypeFieldDescriptionprivate 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.FileLockerModifierConstructorDescriptionprotected
ArtifactLockStrategy
(FileBasedLockStrategy.FileLocker locker, boolean debugLocking) protected
FileBasedLockStrategy
(FileBasedLockStrategy.FileLocker locker, boolean debugLocking)