org.apache.ivy.plugins.lock

Class ArtifactLockStrategy

public class ArtifactLockStrategy extends FileBasedLockStrategy

Constructor Summary
ArtifactLockStrategy()
ArtifactLockStrategy(boolean debugLocking)
Method Summary
booleanlockArtifact(Artifact artifact, File artifactFileToDownload)
voidunlockArtifact(Artifact artifact, File artifactFileToDownload)

Constructor Detail

ArtifactLockStrategy

public ArtifactLockStrategy()

ArtifactLockStrategy

public ArtifactLockStrategy(boolean debugLocking)

Method Detail

lockArtifact

public boolean lockArtifact(Artifact artifact, File artifactFileToDownload)

unlockArtifact

public void unlockArtifact(Artifact artifact, File artifactFileToDownload)