Uses of Interface
org.eclipse.aether.spi.connector.layout.RepositoryLayout
Packages that use RepositoryLayout
Package
Description
The various sub components that collectively implement the repository system.
The contract to locate URI-based resources using custom repository layouts.
-
Uses of RepositoryLayout in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return RepositoryLayoutModifier and TypeMethodDescriptionMaven2RepositoryLayoutFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) DefaultRepositoryLayoutProvider.newRepositoryLayout
(RepositorySystemSession session, RemoteRepository repository) -
Uses of RepositoryLayout in org.eclipse.aether.spi.connector.layout
Methods in org.eclipse.aether.spi.connector.layout that return RepositoryLayoutModifier and TypeMethodDescriptionRepositoryLayoutFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) Tries to create a repository layout for the specified remote repository.RepositoryLayoutProvider.newRepositoryLayout
(RepositorySystemSession session, RemoteRepository repository) Tries to retrieve a repository layout for the specified remote repository.