Uses of Interface
org.eclipse.aether.spi.locking.LockingInhibitor
-
Packages that use LockingInhibitor Package Description org.eclipse.aether.spi.locking The contracts for locking subsystem customizations. -
-
Uses of LockingInhibitor in org.eclipse.aether.spi.locking
Methods in org.eclipse.aether.spi.locking that return types with arguments of type LockingInhibitor Modifier and Type Method Description java.util.Optional<LockingInhibitor>LockingInhibitorFactory. newInstance(org.eclipse.aether.RepositorySystemSession session)May return aLockingInhibitoror just emptyOptional, if for example disabled.
-