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 org.eclipse.aether.supplier -
-
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)
Deprecated.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)
Deprecated. -
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
Fields in org.eclipse.aether.internal.impl.synccontext.named with type parameters of type NamedLockFactory Modifier and Type Field Description protected java.util.Map<java.lang.String,NamedLockFactory>
NamedLockFactoryAdapterFactoryImpl. factories
Methods in org.eclipse.aether.internal.impl.synccontext.named that return NamedLockFactory Modifier and Type Method Description NamedLockFactory
NamedLockFactoryAdapter. getNamedLockFactory()
protected NamedLockFactory
NamedLockFactoryAdapterFactoryImpl. selectFactory(java.lang.String factoryName)
Selects a named lock factory, never returnsnull
.Methods in org.eclipse.aether.internal.impl.synccontext.named that return types with arguments of type NamedLockFactory Modifier and Type Method Description private static java.util.Map<java.lang.String,NamedLockFactory>
NamedLockFactoryAdapterFactoryImpl. getManuallyCreatedFactories()
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 NamedLockFactoryAdapterFactoryImpl(java.util.Map<java.lang.String,NamedLockFactory> factories, java.lang.String defaultFactoryName, java.util.Map<java.lang.String,NameMapper> nameMappers, java.lang.String defaultNameMapperName, RepositorySystemLifecycle lifecycle)
NamedLockFactoryAdapterFactoryImpl(java.util.Map<java.lang.String,NamedLockFactory> factories, java.util.Map<java.lang.String,NameMapper> nameMappers, RepositorySystemLifecycle lifecycle)
-
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. -
Uses of NamedLockFactory in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type NamedLockFactory Modifier and Type Method Description protected java.util.Map<java.lang.String,NamedLockFactory>
RepositorySystemSupplier. getNamedLockFactories()
Method parameters in org.eclipse.aether.supplier with type arguments of type NamedLockFactory Modifier and Type Method Description protected NamedLockFactoryAdapterFactory
RepositorySystemSupplier. getNamedLockFactoryAdapterFactory(java.util.Map<java.lang.String,NamedLockFactory> namedLockFactories, java.util.Map<java.lang.String,NameMapper> nameMappers, RepositorySystemLifecycle repositorySystemLifecycle)
-