Class PrioritizedComponents<T>

java.lang.Object
org.eclipse.aether.internal.impl.PrioritizedComponents<T>

final class PrioritizedComponents<T> extends Object
Helps to sort pluggable components by their priority.
  • Field Details

    • FACTORY_SUFFIX

      private static final String FACTORY_SUFFIX
      See Also:
    • configProps

      private final Map<?,?> configProps
    • useInsertionOrder

      private final boolean useInsertionOrder
    • components

      private final List<PrioritizedComponent<T>> components
    • firstDisabled

      private int firstDisabled
  • Constructor Details

    • PrioritizedComponents

      PrioritizedComponents(RepositorySystemSession session)
    • PrioritizedComponents

      PrioritizedComponents(Map<?,?> configurationProperties)
  • Method Details