Uses of Interface
org.eclipse.aether.internal.impl.synccontext.named.NameMapper
Packages that use NameMapper
Package
Description
As end-user "mappers" are actually configurations, constructed from several NameMapper implementations, this
package is holding providers that are constructing them, as no NameMapper is a component anymore.
-
Uses of NameMapper in org.eclipse.aether.internal.impl.synccontext.named
Classes in org.eclipse.aether.internal.impl.synccontext.named that implement NameMapperModifier and TypeClassDescriptionclassWrappingNameMapperclass that is file system friendly: it wraps anotherNameMapperand resolves the resulting "file system friendly" names against local repository basedir.classWrappingNameMapper, that wraps anotherNameMapperand adds a "discriminator" as prefix, that makes lock names unique including the hostname and local repository (by default).classArtifact GAVNameMapper, uses artifact and metadata coordinates to name their corresponding locks.classWrappingNameMapper, that wraps anotherNameMapperand hashes resulting strings.classStaticNameMapper, always assigns one same name, effectively becoming equivalent to "static" sync context: always maps ANY input to same name.Fields in org.eclipse.aether.internal.impl.synccontext.named with type parameters of type NameMapperModifier and TypeFieldDescriptionprotected final Map<String,NameMapper> NamedLockFactoryAdapterFactoryImpl.nameMappersMethods in org.eclipse.aether.internal.impl.synccontext.named that return NameMapperModifier and TypeMethodDescriptionstatic NameMapperGAVNameMapper.fileGav()static NameMapperGAVNameMapper.gav()NamedLockFactoryAdapter.getNameMapper()protected NameMapperNamedLockFactoryAdapterFactoryImpl.selectNameMapper(String nameMapperName) Selects a name mapper, never returnsnull.Constructors in org.eclipse.aether.internal.impl.synccontext.named with parameters of type NameMapperModifierConstructorDescriptionBasedirNameMapper(NameMapper delegate) DiscriminatingNameMapper(NameMapper delegate) HashingNameMapper(NameMapper delegate) NamedLockFactoryAdapter(NameMapper nameMapper, org.eclipse.aether.named.NamedLockFactory namedLockFactory) -
Uses of NameMapper in org.eclipse.aether.internal.impl.synccontext.named.providers
Methods in org.eclipse.aether.internal.impl.synccontext.named.providers that return NameMapper