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