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 LockStrategyDefaultRepositoryCacheManager. lockStrategyMethods in org.apache.ivy.core.cache that return LockStrategy Modifier and Type Method Description LockStrategyDefaultRepositoryCacheManager. getLockStrategy()Methods in org.apache.ivy.core.cache with parameters of type LockStrategy Modifier and Type Method Description voidDefaultRepositoryCacheManager. 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 LockStrategyIvySettings. defaultLockStrategyFields 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. lockStrategiesMethods in org.apache.ivy.core.settings that return LockStrategy Modifier and Type Method Description LockStrategyIvySettings. getDefaultLockStrategy()LockStrategyIvySettings. getLockStrategy(java.lang.String name)Methods in org.apache.ivy.core.settings with parameters of type LockStrategy Modifier and Type Method Description voidIvySettings. addConfigured(LockStrategy lockStrategy)voidIvySettings. addLockStrategy(java.lang.String name, LockStrategy lockStrategy)voidIvySettings. 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 classAbstractLockStrategyclassArtifactLockStrategyclassCreateFileLockStrategyclassFileBasedLockStrategyclassNIOFileLockStrategyclassNoLockStrategy
-