Uses of Class
org.eclipse.aether.internal.impl.PrioritizedComponents
-
Packages that use PrioritizedComponents Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system. -
-
Uses of PrioritizedComponents in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return PrioritizedComponents Modifier and Type Method Description static <C> PrioritizedComponents<C>PrioritizedComponents. reuseOrCreate(org.eclipse.aether.RepositorySystemSession session, java.lang.Class<C> discriminator, java.util.Map<java.lang.String,C> components, java.util.function.Function<C,java.lang.Float> priorityFunction)Reuses or creates and caches (if session is equipped with cache, and it does not contain it yet) prioritized components under certain key into session cache.
-