Uses of Interface
org.eclipse.aether.spi.locator.Service
-
Packages that use Service Package Description org.eclipse.aether.connector.basic Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.impl.collect Internal helper classes for dependency collector.org.eclipse.aether.internal.impl.slf4j org.eclipse.aether.internal.impl.synccontext org.eclipse.aether.internal.impl.synccontext.legacy org.eclipse.aether.transport.wagon Support for downloads/uploads using Apache Maven Wagon. -
-
Uses of Service in org.eclipse.aether.connector.basic
Classes in org.eclipse.aether.connector.basic that implement Service Modifier and Type Class Description classBasicRepositoryConnectorFactoryA repository connector factory that employs pluggabletransportersandrepository layoutsfor the transfers. -
Uses of Service in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement Service Modifier and Type Class Description classDefaultArtifactResolverclassDefaultDeployerclassDefaultInstallerclassDefaultLocalRepositoryProviderclassDefaultMetadataResolverclassDefaultRemoteRepositoryManagerclassDefaultRepositoryConnectorProviderclassDefaultRepositoryEventDispatcherclassDefaultRepositoryLayoutProviderclassDefaultRepositorySystemclassDefaultTransporterProviderclassDefaultUpdateCheckManagerclassEnhancedLocalRepositoryManagerFactoryCreates enhanced local repository managers for repository types"default"or"" (automatic). -
Uses of Service in org.eclipse.aether.internal.impl.collect
Classes in org.eclipse.aether.internal.impl.collect that implement Service Modifier and Type Class Description classDefaultDependencyCollector -
Uses of Service in org.eclipse.aether.internal.impl.slf4j
Classes in org.eclipse.aether.internal.impl.slf4j that implement Service Modifier and Type Class Description classSlf4jLoggerFactoryDeprecated.Use SLF4J instead -
Uses of Service in org.eclipse.aether.internal.impl.synccontext
Classes in org.eclipse.aether.internal.impl.synccontext that implement Service Modifier and Type Class Description classDefaultSyncContextFactoryDefaultSyncContextFactoryimplementation that uses named locks. -
Uses of Service in org.eclipse.aether.internal.impl.synccontext.legacy
Classes in org.eclipse.aether.internal.impl.synccontext.legacy that implement Service Modifier and Type Class Description classDefaultSyncContextFactoryDeprecated.Use the proper class from SPI module. -
Uses of Service in org.eclipse.aether.transport.wagon
Classes in org.eclipse.aether.transport.wagon that implement Service Modifier and Type Class Description classWagonTransporterFactoryA transporter factory using Apache Maven Wagon.
-