Uses of Class
org.eclipse.aether.named.support.NamedLockSupport
-
Uses of NamedLockSupport in org.eclipse.aether.named.providers
Modifier and TypeMethodDescriptionprotected NamedLockSupport
FileLockNamedLockFactory.createLock
(String name) -
Uses of NamedLockSupport in org.eclipse.aether.named.support
Modifier and TypeClassDescriptionclass
Named lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common API).final class
Named lock that usesFileLock
.class
Named lock support implementation that is usingReadWriteLock
instances.Modifier and TypeMethodDescriptionprotected abstract NamedLockSupport
NamedLockFactorySupport.createLock
(String name) Implementations shall create and returnNamedLockSupport
for givenname
, this method must never returnnull
.