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 NamedLockFactoryNamedLockFactoryAdapter.AdaptedLockSyncContext. namedLockFactoryprivate NamedLockFactoryNamedLockFactoryAdapter. namedLockFactoryprivate NamedLockFactoryNamedLockFactorySelectorSupport. namedLockFactoryFields 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. FACTORIESMethods in org.eclipse.aether.internal.impl.synccontext.named that return NamedLockFactory Modifier and Type Method Description NamedLockFactoryNamedLockFactorySelector. getSelectedNamedLockFactory()Returns the selectedNamedLockFactory, never null.NamedLockFactoryNamedLockFactorySelectorSupport. getSelectedNamedLockFactory()Returns the selectedNamedLockFactory, never null.private NamedLockFactoryNamedLockFactorySelectorSupport. 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 NamedLockFactoryNamedLockFactorySelectorSupport. 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 classFileLockNamedLockFactoryNamed locks factory ofFileLockNamedLocks.classLocalReadWriteLockNamedLockFactoryA JVM-local named lock factory that uses namedReentrantReadWriteLocks.classLocalSemaphoreNamedLockFactoryA JVM-local named lock factory that uses namedSemaphores.classNoopNamedLockFactoryA 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 classNamedLockFactorySupportSupport class forNamedLockFactoryimplementations providing reference counting.
-