Interface NamedLockFactorySelector
- All Known Implementing Classes:
NamedLockFactorySelectorSupport
,SimpleNamedLockFactorySelector
public interface NamedLockFactorySelector
Selector for
NamedLockFactory
and NameMapper
that selects and exposes selected ones. Essentially
all the named locks configuration is here. Implementations may use different strategies to perform selection.-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.aether.named.NamedLockFactory
Returns the selectedNamedLockFactory
, never null.Returns the selectedNameMapper
, never null.
-
Method Details
-
getSelectedNamedLockFactory
org.eclipse.aether.named.NamedLockFactory getSelectedNamedLockFactory()Returns the selectedNamedLockFactory
, never null. -
getSelectedNameMapper
Returns the selectedNameMapper
, never null.
-