Uses of Package
org.eclipse.aether.named.support
-
Packages that use org.eclipse.aether.named.support Package Description org.eclipse.aether.named.providers org.eclipse.aether.named.support -
Classes in org.eclipse.aether.named.support used by org.eclipse.aether.named.providers Class Description AdaptedSemaphoreNamedLock Named lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common API).NamedLockFactorySupport Support class forNamedLockFactory
implementations providing reference counting.NamedLockSupport Support class forNamedLock
implementations providing reference counting.ReadWriteLockNamedLock Named lock support implementation that is usingReadWriteLock
instances. -
Classes in org.eclipse.aether.named.support used by org.eclipse.aether.named.support Class Description AdaptedSemaphoreNamedLock.AdaptedSemaphore Wrapper for semaphore-like stuff, that do not share common ancestor.NamedLockFactorySupport Support class forNamedLockFactory
implementations providing reference counting.NamedLockSupport Support class forNamedLock
implementations providing reference counting.Retry.DoNotRetry Marker interface to apply onto exceptions to make them "never retried" when thrown.