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 TypeClassDescriptionclassSelector implementation support class: by extending this class one may override defaults, or provide completely alternative way of configuration.final classSimple selector implementation that usesLocalReadWriteLockNamedLockFactoryandGAVNameMapperas default name lock factory and name mapper.