Uses of Interface
org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactory
-
Packages that use NamedLockFactoryAdapterFactory Package Description org.eclipse.aether.internal.impl.synccontext org.eclipse.aether.internal.impl.synccontext.named -
-
Uses of NamedLockFactoryAdapterFactory in org.eclipse.aether.internal.impl.synccontext
Constructors in org.eclipse.aether.internal.impl.synccontext with parameters of type NamedLockFactoryAdapterFactory Constructor Description DefaultSyncContextFactory(NamedLockFactoryAdapterFactory namedLockFactoryAdapterFactory)
Constructor used with DI, where factories are injected and selected based on key. -
Uses of NamedLockFactoryAdapterFactory in org.eclipse.aether.internal.impl.synccontext.named
Classes in org.eclipse.aether.internal.impl.synccontext.named that implement NamedLockFactoryAdapterFactory Modifier and Type Class Description class
NamedLockFactoryAdapterFactoryImpl
Default implementation ofNamedLockFactoryAdapterFactory
.
-