Uses of Interface
org.eclipse.aether.spi.locking.LockingInhibitor
Packages that use LockingInhibitor
Package
Description
The contracts for locking subsystem customizations.
-
Uses of LockingInhibitor in org.eclipse.aether.internal.impl.filter
Classes in org.eclipse.aether.internal.impl.filter that implement LockingInhibitorModifier and TypeClassDescriptionclassLocking inhibitor for RRF prefix files.Methods in org.eclipse.aether.internal.impl.filter that return types with arguments of type LockingInhibitorModifier and TypeMethodDescriptionPrefixesLockingInhibitorFactory.newInstance(RepositorySystemSession session) -
Uses of LockingInhibitor in org.eclipse.aether.internal.impl.synccontext.named
Constructor parameters in org.eclipse.aether.internal.impl.synccontext.named with type arguments of type LockingInhibitorModifierConstructorDescriptionInhibitingNameMapper(NameMapper delegate, List<LockingInhibitor> lockingInhibitors) -
Uses of LockingInhibitor in org.eclipse.aether.spi.locking
Methods in org.eclipse.aether.spi.locking that return types with arguments of type LockingInhibitorModifier and TypeMethodDescriptionLockingInhibitorFactory.newInstance(RepositorySystemSession session) May return aLockingInhibitoror just emptyOptional, if for example disabled.