Uses of Interface
org.eclipse.aether.named.support.AdaptedSemaphoreNamedLock.AdaptedSemaphore
-
Packages that use AdaptedSemaphoreNamedLock.AdaptedSemaphore Package Description org.eclipse.aether.named.providers org.eclipse.aether.named.support -
-
Uses of AdaptedSemaphoreNamedLock.AdaptedSemaphore in org.eclipse.aether.named.providers
Classes in org.eclipse.aether.named.providers that implement AdaptedSemaphoreNamedLock.AdaptedSemaphore Modifier and Type Class Description private static class
LocalSemaphoreNamedLockFactory.JVMSemaphore
Adapted JVMSemaphore
. -
Uses of AdaptedSemaphoreNamedLock.AdaptedSemaphore in org.eclipse.aether.named.support
Fields in org.eclipse.aether.named.support declared as AdaptedSemaphoreNamedLock.AdaptedSemaphore Modifier and Type Field Description private AdaptedSemaphoreNamedLock.AdaptedSemaphore
AdaptedSemaphoreNamedLock. semaphore
Constructors in org.eclipse.aether.named.support with parameters of type AdaptedSemaphoreNamedLock.AdaptedSemaphore Constructor Description AdaptedSemaphoreNamedLock(java.lang.String name, NamedLockFactorySupport factory, AdaptedSemaphoreNamedLock.AdaptedSemaphore semaphore)
-