Uses of Class
org.eclipse.aether.transfer.RepositoryOfflineException
-
Packages that use RepositoryOfflineException Package Description org.eclipse.aether.impl The provisional interfaces defining the various sub components that implement the repository system.org.eclipse.aether.internal.impl 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 RepositoryOfflineException Modifier and Type Method Description voidOfflineController. 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 RepositoryOfflineException Modifier and Type Method Description voidDefaultOfflineController. checkOffline(RepositorySystemSession session, RemoteRepository repository)static voidUtils. checkOffline(RepositorySystemSession session, OfflineController offlineController, RemoteRepository repository)
-