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) Constructors in org.eclipse.aether.internal.impl with parameters of type RepositorySystemLifecycleModifierConstructorDescriptionDefaultRepositorySystem(VersionResolver versionResolver, VersionRangeResolver versionRangeResolver, ArtifactResolver artifactResolver, MetadataResolver metadataResolver, ArtifactDescriptorReader artifactDescriptorReader, DependencyCollector dependencyCollector, Installer installer, Deployer deployer, LocalRepositoryProvider localRepositoryProvider, 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 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.named
Constructors in org.eclipse.aether.internal.impl.synccontext.named with parameters of type RepositorySystemLifecycleModifierConstructorDescriptionNamedLockFactoryAdapterFactoryImpl(Map<String, NamedLockFactory> factories, String defaultFactoryName, Map<String, NameMapper> nameMappers, String defaultNameMapperName, RepositorySystemLifecycle lifecycle) NamedLockFactoryAdapterFactoryImpl(Map<String, NamedLockFactory> factories, Map<String, NameMapper> nameMappers, RepositorySystemLifecycle lifecycle) -
Uses of RepositorySystemLifecycle in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return RepositorySystemLifecycleModifier and TypeMethodDescriptionprotected RepositorySystemLifecycleRepositorySystemSupplier.getRepositorySystemLifecycle()Methods in org.eclipse.aether.supplier with parameters of type RepositorySystemLifecycleModifier and TypeMethodDescriptionprotected NamedLockFactoryAdapterFactoryRepositorySystemSupplier.getNamedLockFactoryAdapterFactory(Map<String, NamedLockFactory> namedLockFactories, Map<String, NameMapper> nameMappers, RepositorySystemLifecycle repositorySystemLifecycle) protected Map<String, RemoteRepositoryFilterSource> RepositorySystemSupplier.getRemoteRepositoryFilterSources(RepositorySystemLifecycle repositorySystemLifecycle, RepositoryLayoutProvider repositoryLayoutProvider) protected Map<String, TrustedChecksumsSource> RepositorySystemSupplier.getTrustedChecksumsSources(FileProcessor fileProcessor, LocalPathComposer localPathComposer, RepositorySystemLifecycle repositorySystemLifecycle)