Uses of Interface
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelector
Packages that use NamedLockFactorySelector
Package
Description
-
Uses of NamedLockFactorySelector in org.eclipse.aether.internal.impl.synccontext
Constructors in org.eclipse.aether.internal.impl.synccontext with parameters of type NamedLockFactorySelectorModifierConstructorDescriptionConstructor used with DI, where factories are injected and selected based on key. -
Uses of NamedLockFactorySelector in org.eclipse.aether.internal.impl.synccontext.named
Classes in org.eclipse.aether.internal.impl.synccontext.named that implement NamedLockFactorySelectorModifier and TypeClassDescriptionclass
Selector implementation support class: by extending this class one may override defaults, or provide completely alternative way of configuration.final class
Simple selector implementation that usesLocalReadWriteLockNamedLockFactory
andGAVNameMapper
as default name lock factory and name mapper.