Uses of Interface
org.eclipse.aether.internal.impl.synccontext.named.NameMapper
-
Packages that use NameMapper Package Description org.eclipse.aether.impl.guice The integration with the dependency injection framework Google Guice.org.eclipse.aether.internal.impl.synccontext.named -
-
Uses of NameMapper in org.eclipse.aether.impl.guice
Methods in org.eclipse.aether.impl.guice that return types with arguments of type NameMapper Modifier and Type Method Description (package private) java.util.Map<java.lang.String,NameMapper>
AetherModule. provideNameMappers(NameMapper staticNameMapper, NameMapper gavNameMapper, NameMapper discriminatingNameMapper, NameMapper fileGavNameMapper)
Methods in org.eclipse.aether.impl.guice with parameters of type NameMapper Modifier and Type Method Description (package private) java.util.Map<java.lang.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 NameMapper Modifier and Type Class Description class
DiscriminatingNameMapper
DiscriminatingNameMapper
, that wraps anotherNameMapper
and adds a "discriminator" as prefix, that makes lock names unique including the hostname and local repository (by default).class
FileGAVNameMapper
ANameMapper
that creates same name mapping as Takari Local Repository does, withbaseDir
(local repo).class
GAVNameMapper
Artifact GAVNameMapper
, uses artifact and metadata coordinates to name their corresponding locks.class
StaticNameMapper
StaticNameMapper
, always assigns one same name, effectively becoming equivalent to "static" sync context.Fields in org.eclipse.aether.internal.impl.synccontext.named declared as NameMapper Modifier and Type Field Description private NameMapper
NamedLockFactoryAdapter.AdaptedLockSyncContext. lockNaming
private NameMapper
DiscriminatingNameMapper. nameMapper
private NameMapper
NamedLockFactoryAdapter. nameMapper
private NameMapper
NamedLockFactorySelectorSupport. nameMapper
Fields in org.eclipse.aether.internal.impl.synccontext.named with type parameters of type NameMapper Modifier and Type Field Description private static java.util.Map<java.lang.String,NameMapper>
SimpleNamedLockFactorySelector. NAME_MAPPERS
Methods in org.eclipse.aether.internal.impl.synccontext.named that return NameMapper Modifier and Type Method Description NameMapper
NamedLockFactorySelector. getSelectedNameMapper()
Returns the selectedNameMapper
, never null.NameMapper
NamedLockFactorySelectorSupport. getSelectedNameMapper()
Returns the selectedNameMapper
, never null.private NameMapper
NamedLockFactorySelectorSupport. selectNameMapper(java.util.Map<java.lang.String,NameMapper> nameMappers, java.lang.String mapperName)
Method parameters in org.eclipse.aether.internal.impl.synccontext.named with type arguments of type NameMapper Modifier and Type Method Description private NameMapper
NamedLockFactorySelectorSupport. selectNameMapper(java.util.Map<java.lang.String,NameMapper> nameMappers, java.lang.String mapperName)
Constructors in org.eclipse.aether.internal.impl.synccontext.named with parameters of type NameMapper Constructor Description AdaptedLockSyncContext(RepositorySystemSession session, boolean shared, NameMapper lockNaming, NamedLockFactory namedLockFactory)
DiscriminatingNameMapper(NameMapper nameMapper)
NamedLockFactoryAdapter(NameMapper nameMapper, NamedLockFactory namedLockFactory)
-