Uses of Interface
org.eclipse.aether.internal.impl.synccontext.named.NameMapper
-
Packages that use NameMapper Package Description org.eclipse.aether.internal.impl.synccontext.named -
-
Uses of NameMapper in org.eclipse.aether.internal.impl.synccontext.named
Classes in org.eclipse.aether.internal.impl.synccontext.named that implement NameMapper Modifier and Type Class Description classDiscriminatingNameMapperDiscriminatingNameMapper, that wraps anotherNameMapperand adds a "discriminator" as prefix, that makes lock names unique including the hostname and local repository (by default).classFileGAVNameMapperANameMapperthat creates same name mapping as Takari Local Repository does, withbaseDir(local repo).classGAVNameMapperArtifact GAVNameMapper, uses artifact and metadata coordinates to name their corresponding locks.classStaticNameMapperStaticNameMapper, always assigns one same name, effectively becoming equivalent to "static" sync context.Methods in org.eclipse.aether.internal.impl.synccontext.named that return NameMapper Modifier and Type Method Description NameMapperNamedLockFactorySelector. getSelectedNameMapper()Returns the selectedNameMapper, never null.NameMapperNamedLockFactorySelectorSupport. getSelectedNameMapper()Returns the selectedNameMapper, never null.Constructors in org.eclipse.aether.internal.impl.synccontext.named with parameters of type NameMapper Constructor Description DiscriminatingNameMapper(NameMapper nameMapper)NamedLockFactoryAdapter(NameMapper nameMapper, org.eclipse.aether.named.NamedLockFactory namedLockFactory)
-