Class NameMappers
java.lang.Object
org.eclipse.aether.internal.impl.synccontext.named.NameMappers
As end-user "mappers" are actually configurations/compositions and are constructed from several NameMapper
implementations, this helper class constructing them. This class also holds "names" used by service locator and
Guice/Sisu as well. Ideally, name mapper you want should exist here, constructing name mappers should not be
needed (unless some very specific case or testing).
- Since:
- 1.9.4
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic NameMapperstatic NameMapperstatic NameMapperstatic NameMapperstatic NameMapperstatic NameMapperstatic NameMapperstatic NameMappergaecvNameMapper(boolean fileSystemFriendly) static NameMapperstatic NameMappergavNameMapper(boolean fileSystemFriendly) static NameMapper
-
Field Details
-
STATIC_NAME
- See Also:
-
GAV_NAME
- See Also:
-
FILE_GAV_NAME
- See Also:
-
FILE_HGAV_NAME
- See Also:
-
GAECV_NAME
- Since:
- 1.9.25
- See Also:
-
FILE_GAECV_NAME
- Since:
- 1.9.25
- See Also:
-
FILE_HGAECV_NAME
- Since:
- 1.9.25
- See Also:
-
FILE_STATIC_NAME
- Since:
- 1.9.6
- See Also:
-
DISCRIMINATING_NAME
- See Also:
-
-
Method Details
-
staticNameMapper
-
gavNameMapper
-
gavNameMapper
- Since:
- 1.9.25
-
gaecvNameMapper
- Since:
- 1.9.25
-
gaecvNameMapper
- Since:
- 1.9.25
-
fileGavNameMapper
-
fileGaecvNameMapper
- Since:
- 1.9.25
-
fileStaticNameMapper
- Since:
- 1.9.6
-
fileHashingGavNameMapper
-
fileHashingGaecvNameMapper
- Since:
- 1.9.25
-
discriminatingNameMapper
-