Class NameMappers
- java.lang.Object
-
- org.eclipse.aether.internal.impl.synccontext.named.NameMappers
-
public final class NameMappers extends java.lang.Object
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.- Since:
- 1.9.4
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DISCRIMINATING_NAME
static java.lang.String
FILE_GAV_NAME
static java.lang.String
FILE_HGAV_NAME
static java.lang.String
FILE_STATIC_NAME
static java.lang.String
GAV_NAME
static java.lang.String
STATIC_NAME
-
Constructor Summary
Constructors Constructor Description NameMappers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NameMapper
discriminatingNameMapper()
static NameMapper
fileGavNameMapper()
static NameMapper
fileHashingGavNameMapper()
static NameMapper
fileStaticNameMapper()
static NameMapper
gavNameMapper()
static NameMapper
staticNameMapper()
-
-
-
Field Detail
-
STATIC_NAME
public static final java.lang.String STATIC_NAME
- See Also:
- Constant Field Values
-
GAV_NAME
public static final java.lang.String GAV_NAME
- See Also:
- Constant Field Values
-
FILE_GAV_NAME
public static final java.lang.String FILE_GAV_NAME
- See Also:
- Constant Field Values
-
FILE_HGAV_NAME
public static final java.lang.String FILE_HGAV_NAME
- See Also:
- Constant Field Values
-
FILE_STATIC_NAME
public static final java.lang.String FILE_STATIC_NAME
- Since:
- 1.9.6
- See Also:
- Constant Field Values
-
DISCRIMINATING_NAME
public static final java.lang.String DISCRIMINATING_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NameMappers
public NameMappers()
-
-
Method Detail
-
staticNameMapper
public static NameMapper staticNameMapper()
-
gavNameMapper
public static NameMapper gavNameMapper()
-
fileGavNameMapper
public static NameMapper fileGavNameMapper()
-
fileStaticNameMapper
public static NameMapper fileStaticNameMapper()
- Since:
- 1.9.6
-
fileHashingGavNameMapper
public static NameMapper fileHashingGavNameMapper()
-
discriminatingNameMapper
public static NameMapper discriminatingNameMapper()
-
-