Uses of Interface
org.apache.ivy.plugins.lock.LockStrategy
-
Packages that use LockStrategy Package Description org.apache.ivy.core.cache org.apache.ivy.core.settings org.apache.ivy.plugins.lock -
-
Uses of LockStrategy in org.apache.ivy.core.cache
Fields in org.apache.ivy.core.cache declared as LockStrategy Modifier and Type Field Description private LockStrategy
DefaultRepositoryCacheManager. lockStrategy
Methods in org.apache.ivy.core.cache that return LockStrategy Modifier and Type Method Description LockStrategy
DefaultRepositoryCacheManager. getLockStrategy()
Methods in org.apache.ivy.core.cache with parameters of type LockStrategy Modifier and Type Method Description void
DefaultRepositoryCacheManager. setLockStrategy(LockStrategy lockStrategy)
-
Uses of LockStrategy in org.apache.ivy.core.settings
Fields in org.apache.ivy.core.settings declared as LockStrategy Modifier and Type Field Description private LockStrategy
IvySettings. defaultLockStrategy
Fields in org.apache.ivy.core.settings with type parameters of type LockStrategy Modifier and Type Field Description private java.util.Map<java.lang.String,LockStrategy>
IvySettings. lockStrategies
Methods in org.apache.ivy.core.settings that return LockStrategy Modifier and Type Method Description LockStrategy
IvySettings. getDefaultLockStrategy()
LockStrategy
IvySettings. getLockStrategy(java.lang.String name)
Methods in org.apache.ivy.core.settings with parameters of type LockStrategy Modifier and Type Method Description void
IvySettings. addConfigured(LockStrategy lockStrategy)
void
IvySettings. addLockStrategy(java.lang.String name, LockStrategy lockStrategy)
void
IvySettings. setDefaultLockStrategy(LockStrategy defaultLockStrategy)
-
Uses of LockStrategy in org.apache.ivy.plugins.lock
Classes in org.apache.ivy.plugins.lock that implement LockStrategy Modifier and Type Class Description class
AbstractLockStrategy
class
ArtifactLockStrategy
class
CreateFileLockStrategy
class
FileBasedLockStrategy
class
NIOFileLockStrategy
class
NoLockStrategy
-