Uses of Interface
org.eclipse.aether.impl.OfflineController
Packages that use OfflineController
Package
Description
The various sub components that collectively implement the repository system.
-
Uses of OfflineController in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement OfflineControllerMethods in org.eclipse.aether.internal.impl with parameters of type OfflineControllerModifier and TypeMethodDescriptionstatic void
Utils.checkOffline
(org.eclipse.aether.RepositorySystemSession session, OfflineController offlineController, org.eclipse.aether.repository.RemoteRepository repository) Constructors in org.eclipse.aether.internal.impl with parameters of type OfflineControllerModifierConstructorDescriptionDefaultArtifactResolver
(org.eclipse.aether.spi.io.PathProcessor pathProcessor, RepositoryEventDispatcher repositoryEventDispatcher, VersionResolver versionResolver, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, org.eclipse.aether.spi.synccontext.SyncContextFactory syncContextFactory, OfflineController offlineController, Map<String, org.eclipse.aether.spi.resolution.ArtifactResolverPostProcessor> artifactResolverPostProcessors, RemoteRepositoryFilterManager remoteRepositoryFilterManager) DefaultDeployer
(org.eclipse.aether.spi.io.PathProcessor pathProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, Map<String, org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory> artifactFactories, Map<String, MetadataGeneratorFactory> metadataFactories, Map<String, org.eclipse.aether.spi.artifact.transformer.ArtifactTransformer> artifactTransformers, org.eclipse.aether.spi.synccontext.SyncContextFactory syncContextFactory, OfflineController offlineController) DefaultMetadataResolver
(RepositoryEventDispatcher repositoryEventDispatcher, UpdateCheckManager updateCheckManager, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, org.eclipse.aether.spi.synccontext.SyncContextFactory syncContextFactory, OfflineController offlineController, RemoteRepositoryFilterManager remoteRepositoryFilterManager, org.eclipse.aether.spi.io.PathProcessor pathProcessor) -
Uses of OfflineController in org.eclipse.aether.internal.impl.offline
Constructors in org.eclipse.aether.internal.impl.offline with parameters of type OfflineControllerModifierConstructorDescriptionOfflinePipelineRepositoryConnectorFactory
(OfflineController offlineController) OfflineRepositoryConnector
(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.RemoteRepository remoteRepository, OfflineController offlineController, org.eclipse.aether.spi.connector.RepositoryConnector delegate)