Uses of Interface
org.eclipse.aether.internal.impl.synccontext.named.NameMapper
Packages that use NameMapper
-
Uses of NameMapper in org.eclipse.aether.impl.guice
Methods in org.eclipse.aether.impl.guice that return types with arguments of type NameMapperModifier and TypeMethodDescription(package private) Map<String,NameMapper> AetherModule.provideNameMappers(NameMapper staticNameMapper, NameMapper gavNameMapper, NameMapper discriminatingNameMapper, NameMapper fileGavNameMapper) Methods in org.eclipse.aether.impl.guice with parameters of type NameMapperModifier and TypeMethodDescription(package private) Map<String,NameMapper> AetherModule.provideNameMappers(NameMapper staticNameMapper, NameMapper gavNameMapper, NameMapper discriminatingNameMapper, NameMapper fileGavNameMapper) -
Uses of NameMapper in org.eclipse.aether.internal.impl.synccontext.named
Classes in org.eclipse.aether.internal.impl.synccontext.named that implement NameMapperModifier and TypeClassDescriptionclassDiscriminatingNameMapper, that wraps anotherNameMapperand adds a "discriminator" as prefix, that makes lock names unique including the hostname and local repository (by default).classANameMapperthat creates same name mapping as Takari Local Repository does, withbaseDir(local repo).classArtifact GAVNameMapper, uses artifact and metadata coordinates to name their corresponding locks.classStaticNameMapper, always assigns one same name, effectively becoming equivalent to "static" sync context.Fields in org.eclipse.aether.internal.impl.synccontext.named declared as NameMapperModifier and TypeFieldDescriptionprivate final NameMapperNamedLockFactoryAdapter.AdaptedLockSyncContext.lockNamingprivate final NameMapperDiscriminatingNameMapper.nameMapperprivate final NameMapperNamedLockFactoryAdapter.nameMapperprivate final NameMapperNamedLockFactorySelectorSupport.nameMapperFields in org.eclipse.aether.internal.impl.synccontext.named with type parameters of type NameMapperModifier and TypeFieldDescriptionprivate static final Map<String,NameMapper> SimpleNamedLockFactorySelector.NAME_MAPPERSMethods 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.private NameMapperNamedLockFactorySelectorSupport.selectNameMapper(Map<String, NameMapper> nameMappers, String mapperName) Method parameters in org.eclipse.aether.internal.impl.synccontext.named with type arguments of type NameMapperModifier and TypeMethodDescriptionprivate NameMapperNamedLockFactorySelectorSupport.selectNameMapper(Map<String, NameMapper> nameMappers, String mapperName) Constructors in org.eclipse.aether.internal.impl.synccontext.named with parameters of type NameMapperModifierConstructorDescriptionprivateAdaptedLockSyncContext(RepositorySystemSession session, boolean shared, NameMapper lockNaming, NamedLockFactory namedLockFactory) DiscriminatingNameMapper(NameMapper nameMapper) NamedLockFactoryAdapter(NameMapper nameMapper, NamedLockFactory namedLockFactory)