Uses of Interface
org.eclipse.aether.spi.connector.layout.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
Modifier and TypeMethodDescriptionMaven2RepositoryLayoutFactory.newInstance
(RepositorySystemSession session, RemoteRepository repository) DefaultRepositoryLayoutProvider.newRepositoryLayout
(RepositorySystemSession session, RemoteRepository repository) -
Uses of RepositoryLayout in org.eclipse.aether.spi.connector.layout
Modifier 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.