Package org.eclipse.aether.spi.locking
Interface LockingInhibitor
- All Known Implementing Classes:
PrefixesLockingInhibitorFactory
public interface LockingInhibitor
Locking inhibitor may prevent Resolver locking to happen on certain resources.
- Since:
- 2.0.14
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanpreventArtifactLocking(Artifact artifact) Should returntruefor artifacts that needs lock inhibition.default booleanpreventMetadataLocking(Metadata metadata) Should returntruefor metadata that needs lock inhibition.
-
Method Details
-
preventArtifactLocking
Should returntruefor artifacts that needs lock inhibition.Warning: you do not want to override this method, or if you do, think twice.
-
preventMetadataLocking
Should returntruefor metadata that needs lock inhibition.
-