org.apache.ivy.plugins.lock
Class CreateFileLockStrategy

java.lang.Object
  extended by org.apache.ivy.plugins.lock.AbstractLockStrategy
      extended by org.apache.ivy.plugins.lock.FileBasedLockStrategy
          extended by org.apache.ivy.plugins.lock.ArtifactLockStrategy
              extended by org.apache.ivy.plugins.lock.CreateFileLockStrategy
All Implemented Interfaces:
LockStrategy

public class CreateFileLockStrategy
extends ArtifactLockStrategy


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ivy.plugins.lock.FileBasedLockStrategy
FileBasedLockStrategy.CreateFileLocker, FileBasedLockStrategy.FileLocker, FileBasedLockStrategy.NIOFileLocker
 
Constructor Summary
CreateFileLockStrategy(boolean debugLocking)
           
 
Method Summary
 
Methods inherited from class org.apache.ivy.plugins.lock.ArtifactLockStrategy
lockArtifact, unlockArtifact
 
Methods inherited from class org.apache.ivy.plugins.lock.FileBasedLockStrategy
acquireLock, getCurrentLockHolderNames, releaseLock
 
Methods inherited from class org.apache.ivy.plugins.lock.AbstractLockStrategy
getName, isDebugLocking, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateFileLockStrategy

public CreateFileLockStrategy(boolean debugLocking)