Uses of Interface
org.eclipse.aether.named.NamedLockFactory
-
Packages that use NamedLockFactory Package Description org.eclipse.aether.impl.guice The integration with the dependency injection framework Google Guice.org.eclipse.aether.internal.impl.synccontext.named org.eclipse.aether.named.providers org.eclipse.aether.named.support -
-
Uses of NamedLockFactory in org.eclipse.aether.impl.guice
Methods in org.eclipse.aether.impl.guice that return types with arguments of type NamedLockFactory Modifier and Type Method Description (package private) java.util.Map<java.lang.String,NamedLockFactory>
AetherModule. provideNamedLockFactories(NamedLockFactory localRwLock, NamedLockFactory localSemaphore, NamedLockFactory fileLockFactory)
Methods in org.eclipse.aether.impl.guice with parameters of type NamedLockFactory Modifier and Type Method Description (package private) java.util.Map<java.lang.String,NamedLockFactory>
AetherModule. provideNamedLockFactories(NamedLockFactory localRwLock, NamedLockFactory localSemaphore, NamedLockFactory fileLockFactory)
-
Uses of NamedLockFactory in org.eclipse.aether.internal.impl.synccontext.named
Fields in org.eclipse.aether.internal.impl.synccontext.named declared as NamedLockFactory Modifier and Type Field Description private NamedLockFactory
NamedLockFactoryAdapter.AdaptedLockSyncContext. namedLockFactory
private NamedLockFactory
NamedLockFactoryAdapter. namedLockFactory
private NamedLockFactory
NamedLockFactorySelectorSupport. namedLockFactory
Fields in org.eclipse.aether.internal.impl.synccontext.named with type parameters of type NamedLockFactory Modifier and Type Field Description private static java.util.Map<java.lang.String,NamedLockFactory>
SimpleNamedLockFactorySelector. FACTORIES
Methods in org.eclipse.aether.internal.impl.synccontext.named that return NamedLockFactory Modifier and Type Method Description NamedLockFactory
NamedLockFactorySelector. getSelectedNamedLockFactory()
Returns the selectedNamedLockFactory
, never null.NamedLockFactory
NamedLockFactorySelectorSupport. getSelectedNamedLockFactory()
Returns the selectedNamedLockFactory
, never null.private NamedLockFactory
NamedLockFactorySelectorSupport. selectNamedLockFactory(java.util.Map<java.lang.String,NamedLockFactory> factories, java.lang.String factoryName)
Method parameters in org.eclipse.aether.internal.impl.synccontext.named with type arguments of type NamedLockFactory Modifier and Type Method Description private NamedLockFactory
NamedLockFactorySelectorSupport. selectNamedLockFactory(java.util.Map<java.lang.String,NamedLockFactory> factories, java.lang.String factoryName)
Constructors in org.eclipse.aether.internal.impl.synccontext.named with parameters of type NamedLockFactory Constructor Description AdaptedLockSyncContext(RepositorySystemSession session, boolean shared, NameMapper lockNaming, NamedLockFactory namedLockFactory)
NamedLockFactoryAdapter(NameMapper nameMapper, NamedLockFactory namedLockFactory)
Constructor parameters in org.eclipse.aether.internal.impl.synccontext.named with type arguments of type NamedLockFactory Constructor Description NamedLockFactorySelectorSupport(java.util.Map<java.lang.String,NamedLockFactory> factories, java.lang.String defaultFactoryName, java.util.Map<java.lang.String,NameMapper> nameMappers, java.lang.String defaultNameMapperName)
SimpleNamedLockFactorySelector(java.util.Map<java.lang.String,NamedLockFactory> factories, java.util.Map<java.lang.String,NameMapper> nameMappers)
-
Uses of NamedLockFactory in org.eclipse.aether.named.providers
Classes in org.eclipse.aether.named.providers that implement NamedLockFactory Modifier and Type Class Description class
FileLockNamedLockFactory
Named locks factory ofFileLockNamedLock
s.class
LocalReadWriteLockNamedLockFactory
A JVM-local named lock factory that uses namedReentrantReadWriteLock
s.class
LocalSemaphoreNamedLockFactory
A JVM-local named lock factory that uses namedSemaphore
s.class
NoopNamedLockFactory
A no-op lock factory, that creates no-op locks. -
Uses of NamedLockFactory in org.eclipse.aether.named.support
Classes in org.eclipse.aether.named.support that implement NamedLockFactory Modifier and Type Class Description class
NamedLockFactorySupport
Support class forNamedLockFactory
implementations providing reference counting.
-