Uses of Interface
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactorySelector
-
Packages that use NamedLockFactorySelector Package Description org.eclipse.aether.internal.impl.synccontext org.eclipse.aether.internal.impl.synccontext.named -
-
Uses of NamedLockFactorySelector in org.eclipse.aether.internal.impl.synccontext
Constructors in org.eclipse.aether.internal.impl.synccontext with parameters of type NamedLockFactorySelector Constructor Description DefaultSyncContextFactory(NamedLockFactorySelector selector)
Constructor 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 NamedLockFactorySelector Modifier and Type Class Description class
NamedLockFactorySelectorSupport
Selector implementation support class: by extending this class one may override defaults, or provide completely alternative way of configuration.class
SimpleNamedLockFactorySelector
Simple selector implementation that usesLocalReadWriteLockNamedLockFactory
andGAVNameMapper
as default name lock factory and name mapper.
-