Uses of Class
org.eclipse.aether.transfer.RepositoryOfflineException
Packages that use RepositoryOfflineException
Package
Description
The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
-
Uses of RepositoryOfflineException in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that throw RepositoryOfflineExceptionModifier and TypeMethodDescriptionvoid
OfflineController.checkOffline
(RepositorySystemSession session, RemoteRepository repository) Determines whether the specified repository is accessible if the system was in offline mode. -
Uses of RepositoryOfflineException in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that throw RepositoryOfflineExceptionModifier and TypeMethodDescriptionvoid
DefaultOfflineController.checkOffline
(RepositorySystemSession session, RemoteRepository repository) static void
Utils.checkOffline
(RepositorySystemSession session, OfflineController offlineController, RemoteRepository repository)