Class PrefixesLockingInhibitorFactory

java.lang.Object
org.eclipse.aether.internal.impl.filter.PrefixesLockingInhibitorFactory
All Implemented Interfaces:
LockingInhibitor, LockingInhibitorFactory

@Singleton @Named("prefixes") public class PrefixesLockingInhibitorFactory extends Object implements LockingInhibitorFactory, LockingInhibitor
Locking inhibitor for RRF prefix files. They are perfect candidates, as they are created on remote, and locally are only cached and read, and they do not clash on local file system (local repo) either, as they are stored in a file that has origin repository factored in (as any metadata is).
Since:
2.0.14