Uses of Interface
org.eclipse.aether.spi.connector.layout.RepositoryLayout
Packages that use RepositoryLayout
Package
Description
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
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.connector.basic
Fields in org.eclipse.aether.connector.basic declared as RepositoryLayout -
Uses of RepositoryLayout in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement RepositoryLayoutModifier and TypeClassDescriptionprivate static class
private static class
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.