Class AbstractLockStrategy
java.lang.Object
org.apache.ivy.plugins.lock.AbstractLockStrategy
- All Implemented Interfaces:
LockStrategy
- Direct Known Subclasses:
FileBasedLockStrategy, NoLockStrategy
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface LockStrategy
lockArtifact, unlockArtifact
-
Constructor Details
-
AbstractLockStrategy
protected AbstractLockStrategy() -
AbstractLockStrategy
protected AbstractLockStrategy(boolean debugLocking)
-
-
Method Details
-
getName
Description copied from interface:LockStrategyReturns the name of the strategy- Specified by:
getNamein interfaceLockStrategy- Returns:
- the name of the strategy
-
setName
-
toString
-
isDebugLocking
public boolean isDebugLocking()
-