Uses of Interface
org.eclipse.aether.impl.RepositorySystemLifecycle
-
Packages that use RepositorySystemLifecycle Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.impl.checksum org.eclipse.aether.internal.impl.filter org.eclipse.aether.internal.impl.synccontext.named -
-
Uses of RepositorySystemLifecycle in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement RepositorySystemLifecycle Modifier and Type Class Description class
DefaultRepositorySystemLifecycle
Methods in org.eclipse.aether.internal.impl with parameters of type RepositorySystemLifecycle Modifier and Type Method Description DefaultRepositorySystem
DefaultRepositorySystem. setRepositorySystemLifecycle(RepositorySystemLifecycle repositorySystemLifecycle)
Constructors in org.eclipse.aether.internal.impl with parameters of type RepositorySystemLifecycle Constructor Description DefaultRepositorySystem(VersionResolver versionResolver, VersionRangeResolver versionRangeResolver, ArtifactResolver artifactResolver, MetadataResolver metadataResolver, ArtifactDescriptorReader artifactDescriptorReader, DependencyCollector dependencyCollector, Installer installer, Deployer deployer, LocalRepositoryProvider localRepositoryProvider, org.eclipse.aether.spi.synccontext.SyncContextFactory syncContextFactory, RemoteRepositoryManager remoteRepositoryManager, RepositorySystemLifecycle repositorySystemLifecycle)
-
Uses of RepositorySystemLifecycle in org.eclipse.aether.internal.impl.checksum
Constructors in org.eclipse.aether.internal.impl.checksum with parameters of type RepositorySystemLifecycle Constructor Description SummaryFileTrustedChecksumsSource(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 RepositorySystemLifecycle Constructor Description GroupIdRemoteRepositoryFilterSource(RepositorySystemLifecycle repositorySystemLifecycle)
-
Uses of RepositorySystemLifecycle in org.eclipse.aether.internal.impl.synccontext.named
Constructors in org.eclipse.aether.internal.impl.synccontext.named with parameters of type RepositorySystemLifecycle Constructor Description NamedLockFactoryAdapterFactoryImpl(java.util.Map<java.lang.String,org.eclipse.aether.named.NamedLockFactory> factories, java.lang.String defaultFactoryName, java.util.Map<java.lang.String,NameMapper> nameMappers, java.lang.String defaultNameMapperName, RepositorySystemLifecycle lifecycle)
NamedLockFactoryAdapterFactoryImpl(java.util.Map<java.lang.String,org.eclipse.aether.named.NamedLockFactory> factories, java.util.Map<java.lang.String,NameMapper> nameMappers, RepositorySystemLifecycle lifecycle)
-