Uses of Interface
org.eclipse.aether.internal.impl.synccontext.named.NameMapper
Packages that use NameMapper
-
Uses of NameMapper in org.eclipse.aether.internal.impl.synccontext.named
Classes in org.eclipse.aether.internal.impl.synccontext.named that implement NameMapperModifier and TypeClassDescriptionclass
DiscriminatingNameMapper
, that wraps anotherNameMapper
and adds a "discriminator" as prefix, that makes lock names unique including the hostname and local repository (by default).class
ANameMapper
that creates same name mapping as Takari Local Repository does, withbaseDir
(local repo).class
Artifact GAVNameMapper
, uses artifact and metadata coordinates to name their corresponding locks.class
StaticNameMapper
, always assigns one same name, effectively becoming equivalent to "static" sync context.Methods in org.eclipse.aether.internal.impl.synccontext.named that return NameMapperModifier and TypeMethodDescriptionNamedLockFactorySelector.getSelectedNameMapper()
Returns the selectedNameMapper
, never null.NamedLockFactorySelectorSupport.getSelectedNameMapper()
Returns the selectedNameMapper
, never null.Constructors in org.eclipse.aether.internal.impl.synccontext.named with parameters of type NameMapperModifierConstructorDescriptionDiscriminatingNameMapper
(NameMapper nameMapper) NamedLockFactoryAdapter
(NameMapper nameMapper, org.eclipse.aether.named.NamedLockFactory namedLockFactory)