Uses of Interface
org.eclipse.aether.impl.RepositorySystemLifecycle
Packages that use RepositorySystemLifecycle
Package
Description
The various sub components that collectively implement the repository system.
-
Uses of RepositorySystemLifecycle in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement RepositorySystemLifecycleMethods in org.eclipse.aether.internal.impl with parameters of type RepositorySystemLifecycleModifier and TypeMethodDescriptionDefaultRepositorySystem.setRepositorySystemLifecycle
(RepositorySystemLifecycle repositorySystemLifecycle) -
Uses of RepositorySystemLifecycle in org.eclipse.aether.internal.impl.checksum
Constructors in org.eclipse.aether.internal.impl.checksum with parameters of type RepositorySystemLifecycleModifierConstructorDescriptionSummaryFileTrustedChecksumsSource
(LocalPathComposer localPathComposer, RepositorySystemLifecycle repositorySystemLifecycle) -
Uses of RepositorySystemLifecycle in org.eclipse.aether.internal.impl.filter
Constructors in org.eclipse.aether.internal.impl.filter with parameters of type RepositorySystemLifecycleModifierConstructorDescriptionGroupIdRemoteRepositoryFilterSource
(RepositorySystemLifecycle repositorySystemLifecycle) -
Uses of RepositorySystemLifecycle in org.eclipse.aether.internal.impl.synccontext
Constructors in org.eclipse.aether.internal.impl.synccontext with parameters of type RepositorySystemLifecycleModifierConstructorDescriptionDefaultSyncContextFactory
(RepositorySystemLifecycle repositorySystemLifecycle, NamedLockFactorySelector selector) Constructor used with DI, where factories are injected and selected based on key.