Class NoLockStrategy
java.lang.Object
org.apache.ivy.plugins.lock.AbstractLockStrategy
org.apache.ivy.plugins.lock.NoLockStrategy
- All Implemented Interfaces:
LockStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanlockArtifact(Artifact artifact, File artifactFileToDownload) Performs a lock before downloading the givenArtifactto the given file.final voidunlockArtifact(Artifact artifact, File artifactFileToDownload) Release the lock acquired for an artifact download.Methods inherited from class AbstractLockStrategy
getName, isDebugLocking, setName, toString
-
Constructor Details
-
NoLockStrategy
public NoLockStrategy()
-
-
Method Details
-
lockArtifact
Description copied from interface:LockStrategyPerforms a lock before downloading the givenArtifactto the given file.- Parameters:
artifact- the artifact about to be downloadedartifactFileToDownload- the file where the artifact will be downloaded- Returns:
- true if the artifact is locked, false otherwise
-
unlockArtifact
Description copied from interface:LockStrategyRelease the lock acquired for an artifact download.- Parameters:
artifact- the artifact for which the lock was acquiredartifactFileToDownload- the file where the artifact is supposed to have been downloaded
-