Class AbstractLockStrategy

java.lang.Object
org.apache.ivy.plugins.lock.AbstractLockStrategy
All Implemented Interfaces:
LockStrategy
Direct Known Subclasses:
FileBasedLockStrategy, NoLockStrategy

public abstract class AbstractLockStrategy extends Object implements LockStrategy
  • Constructor Details

    • AbstractLockStrategy

      protected AbstractLockStrategy()
    • AbstractLockStrategy

      protected AbstractLockStrategy(boolean debugLocking)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: LockStrategy
      Returns the name of the strategy
      Specified by:
      getName in interface LockStrategy
      Returns:
      the name of the strategy
    • setName

      public void setName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isDebugLocking

      public boolean isDebugLocking()