Enum RepositoryIdHelper.RepositoryKeyType

java.lang.Object
java.lang.Enum<RepositoryIdHelper.RepositoryKeyType>
org.eclipse.aether.util.repository.RepositoryIdHelper.RepositoryKeyType
All Implemented Interfaces:
Serializable, Comparable<RepositoryIdHelper.RepositoryKeyType>, java.lang.constant.Constable
Enclosing class:
RepositoryIdHelper

Supported repositoryKey types.
Since:
2.0.14
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Crafts unique repository key using RemoteRepository.getId() and all the remaining properties of RemoteRepository.
    Crafts repository key using hashed RemoteRepository.getUrl().
    Crafts normalized unique repository key using RemoteRepository.getId() and all the remaining properties of RemoteRepository ignoring actual list of mirrors, if any (but mirrors are split).
    Crafts repository key using normalized RemoteRepository.getId().
    Crafts unique repository key using normalized RemoteRepository.getId() and hashed RemoteRepository.getUrl().
    The "simple" repository key, was default in Maven 3.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait