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.collect.bf org.eclipse.aether.internal.impl.collect.df org.eclipse.aether.internal.impl.slf4j org.eclipse.aether.internal.impl.synccontext org.eclipse.aether.internal.impl.synccontext.legacy org.eclipse.aether.internal.impl.synccontext.named 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 class
BasicRepositoryConnectorFactory
A repository connector factory that employs pluggabletransporters
andrepository layouts
for 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 class
DefaultArtifactResolver
class
DefaultDeployer
class
DefaultInstaller
class
DefaultLocalRepositoryProvider
class
DefaultMetadataResolver
class
DefaultRemoteRepositoryManager
class
DefaultRepositoryConnectorProvider
class
DefaultRepositoryEventDispatcher
class
DefaultRepositoryLayoutProvider
class
DefaultRepositorySystem
class
DefaultTransporterProvider
class
DefaultUpdateCheckManager
class
EnhancedLocalRepositoryManagerFactory
Creates enhanced local repository managers for repository types"default"
or"" (automatic)
.class
SimpleLocalRepositoryManagerFactory
Creates local repository managers for repository type"simple"
. -
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 class
DefaultDependencyCollector
Default implementation ofDependencyCollector
that merely indirect to selected delegate. -
Uses of Service in org.eclipse.aether.internal.impl.collect.bf
Classes in org.eclipse.aether.internal.impl.collect.bf that implement Service Modifier and Type Class Description class
BfDependencyCollector
Breadth-firstDependencyCollector
-
Uses of Service in org.eclipse.aether.internal.impl.collect.df
Classes in org.eclipse.aether.internal.impl.collect.df that implement Service Modifier and Type Class Description class
DfDependencyCollector
Depth-firstDependencyCollector
(the "original" default). -
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 class
Slf4jLoggerFactory
Deprecated.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 class
DefaultSyncContextFactory
DefaultSyncContextFactory
implementation 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 class
DefaultSyncContextFactory
Deprecated.Use the proper class from SPI module. -
Uses of Service in org.eclipse.aether.internal.impl.synccontext.named
Classes in org.eclipse.aether.internal.impl.synccontext.named that implement Service Modifier and Type Class Description class
NamedLockFactoryAdapterFactoryImpl
Default implementation ofNamedLockFactoryAdapterFactory
. -
Uses of Service in org.eclipse.aether.transport.wagon
Classes in org.eclipse.aether.transport.wagon that implement Service Modifier and Type Class Description class
WagonTransporterFactory
A transporter factory using Apache Maven Wagon.
-