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 org.eclipse.aether.supplier -
-
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
Fields in org.eclipse.aether.internal.impl declared as RepositorySystemLifecycle Modifier and Type Field Description private RepositorySystemLifecycle
DefaultRepositorySystem. repositorySystemLifecycle
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, SyncContextFactory syncContextFactory, RemoteRepositoryManager remoteRepositoryManager, RepositorySystemLifecycle repositorySystemLifecycle)
-
Uses of RepositorySystemLifecycle in org.eclipse.aether.internal.impl.checksum
Fields in org.eclipse.aether.internal.impl.checksum declared as RepositorySystemLifecycle Modifier and Type Field Description private RepositorySystemLifecycle
SummaryFileTrustedChecksumsSource. repositorySystemLifecycle
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
Fields in org.eclipse.aether.internal.impl.filter declared as RepositorySystemLifecycle Modifier and Type Field Description private RepositorySystemLifecycle
GroupIdRemoteRepositoryFilterSource. repositorySystemLifecycle
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,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,NamedLockFactory> factories, java.util.Map<java.lang.String,NameMapper> nameMappers, RepositorySystemLifecycle lifecycle)
-
Uses of RepositorySystemLifecycle in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return RepositorySystemLifecycle Modifier and Type Method Description protected RepositorySystemLifecycle
RepositorySystemSupplier. getRepositorySystemLifecycle()
Methods in org.eclipse.aether.supplier with parameters of type RepositorySystemLifecycle Modifier and Type Method Description protected NamedLockFactoryAdapterFactory
RepositorySystemSupplier. getNamedLockFactoryAdapterFactory(java.util.Map<java.lang.String,NamedLockFactory> namedLockFactories, java.util.Map<java.lang.String,NameMapper> nameMappers, RepositorySystemLifecycle repositorySystemLifecycle)
protected java.util.Map<java.lang.String,RemoteRepositoryFilterSource>
RepositorySystemSupplier. getRemoteRepositoryFilterSources(RepositorySystemLifecycle repositorySystemLifecycle, RepositoryLayoutProvider repositoryLayoutProvider)
protected java.util.Map<java.lang.String,TrustedChecksumsSource>
RepositorySystemSupplier. getTrustedChecksumsSources(FileProcessor fileProcessor, LocalPathComposer localPathComposer, RepositorySystemLifecycle repositorySystemLifecycle)
-